UNPKG

otpauth

Version:

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

6 lines (5 loc) 90 B
/** * Detect if running in Node.js. * @type {boolean} */ export const isNode: boolean;