UNPKG

hashbasedtoken

Version:
7 lines 413 B
export declare const SEPARATOR = "."; export declare function base64UrlEncode(s: any): string; export declare function base64UrlDecode(s: any): string; export declare function isNumeric(value: any): boolean; export declare function stringBuilder(...args: any[]): string; export declare function splitToken(token: string): [id: string, expires: string, signature: string]; //# sourceMappingURL=utils.d.ts.map