UNPKG

otpauth

Version:

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

8 lines (6 loc) 106 B
/** * Library version. * @type {string} */ const version = '__OTPAUTH_VERSION__'; export { version };