UNPKG

otpauth

Version:

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

8 lines (7 loc) 110 B
/** * "console" ponyfill. * @type {Object.<string, *>} */ export const console: { [x: string]: any; };