UNPKG

@brontosaurus/db

Version:
4 lines (3 loc) 184 B
export declare const generateKey: () => string; export declare const generateCode: (key: string) => string; export declare const verifyCode: (key: string, code: string) => boolean;