UNPKG

xotp

Version:

One-Time Password (HOTP/TOTP) library for Node.js, Deno and Bun, with support for Google Authenticator.

5 lines (4 loc) 122 B
export * from "./hotp.options"; export * from "./totp.options"; export * from "./algorithms"; export * from "./encoding";