TOTPFit/lib/totp.js/index.js
Савелий Савенок 40f6ae7f76 refactor: refactor of libs
2024-11-09 16:48:52 +03:00

3 lines
74 B
JavaScript

export { HOTP } from './lib/hotp.js'
export { TOTP } from './lib/totp.js'