UNPKG

@me7/totp

Version:

Time-Based One-Time Password Algorithm (RFC 6238)

2 lines (1 loc) 209 B
function n(n){return"hello my name is "+n}var t=function(){function n(){}return n.generate=function(){return Math.random()},n.prototype.validate=function(){return"crypto file"},n}();export{t as TOTP,n as hi};