UNPKG

otpauth

Version:

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

9 lines (8 loc) 225 B
/** * "globalThis" ponyfill. * {@link https://mathiasbynens.be/notes/globalthis|A horrifying globalThis polyfill in universal JavaScript} * @type {Object.<string, *>} */ export const globalThis: { [x: string]: any; };