mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-06 18:20:09 +00:00
ndn-js: mark 'rarely used'
This commit is contained in:
2
types/ndn-js/face.d.ts
vendored
2
types/ndn-js/face.d.ts
vendored
@@ -48,7 +48,7 @@ export class Face {
|
||||
unsetInterestFilter(id: number): void;
|
||||
}
|
||||
|
||||
export type ForwardingFlags = any;
|
||||
export type ForwardingFlags = any; // no declaration because this type is rarely used
|
||||
|
||||
export class InterestFilter {
|
||||
constructor(filter: InterestFilter);
|
||||
|
||||
1
types/ndn-js/key-chain.d.ts
vendored
1
types/ndn-js/key-chain.d.ts
vendored
@@ -33,6 +33,7 @@ export class KeyChain {
|
||||
signWithSha256(interest: Interest): void;
|
||||
}
|
||||
|
||||
// no declaration because these types are rarely used
|
||||
export type CertificateV2 = any;
|
||||
export type KeyParams = any;
|
||||
export type Pib = any;
|
||||
|
||||
Reference in New Issue
Block a user