UNPKG

otpauth

Version:

One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers

7 lines (6 loc) 159 B
/** * Returns random bytes. * @param {number} size Size. * @returns {ArrayBuffer} Random bytes. */ export function randomBytes(size: number): ArrayBuffer;