UNPKG

otpauth

Version:

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

7 lines (6 loc) 208 B
import { HOTP } from "./hotp"; import { TOTP } from "./totp"; import { URI } from "./uri"; import { Secret } from "./secret"; import { version } from "./version"; export { HOTP, TOTP, URI, Secret, version };