UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

3 lines (2 loc) 163 B
export declare function sign(base64Value: string, base64Secret: string): Buffer; export declare function signToken(unsignedToken: string, secret: string): string;