UNPKG

otp-io

Version:

🕖 Typed library to work 2fa via Google Authenticator/Time-based TOTP/Hmac-based HOTP

8 lines (7 loc) • 146 B
/** * * * @param {number} number * @return {Uint8Array} {Uint8Array} */ export declare function getBigIntBytes(number: number): Uint8Array;