ndn-js: mark 'rarely used'

This commit is contained in:
Junxiao Shi
2019-03-22 11:57:02 -04:00
parent 0d3e8bf9c1
commit 9ee5e77d3b
2 changed files with 2 additions and 1 deletions

View File

@@ -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);

View File

@@ -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;