UNPKG

2fa-hotp-totp

Version:
7 lines (6 loc) 155 B
/** * Generate random key with length * @param length key. Default: 64 * @return key */ export declare const generateKey: (length?: number) => Buffer;