TOTPFit/lib/totp.js/index.js
2024-11-09 16:37:03 +03:00

10 lines
206 B
JavaScript

/*
* @Author: wuyanxin
* @Date: 2018-03-21 23:12:14
* @Last Modified by: wuyanxin
* @Last Modified time: 2018-03-21 23:12:14
*/
export {HOTP} from './lib/hotp.js'
export {TOTP} from './lib/totp.js'