X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=index.js;fp=index.js;h=9e0aab0ea8db4009ca73a071f9e8e7ec8483d776;hb=2207e51e71606cbd1b4e3a688d450a79853dc8e9;hp=0000000000000000000000000000000000000000;hpb=2fdc701c2749c8d2817502c750f1011e99e21cc1;p=squeep-totp diff --git a/index.js b/index.js new file mode 100644 index 0000000..9e0aab0 --- /dev/null +++ b/index.js @@ -0,0 +1,6 @@ +'use strict'; + +module.exports = { + HOTP: require('./lib/hotp'), + TOTP: require('./lib/totp'), +}; \ No newline at end of file