UNPKG

118 BTypeScriptView Raw
1export declare class Token {
2 private signature;
3 constructor(signature: string);
4 getSignature(): string;
5}