initial commit
[squeep-totp] / index.js
diff --git a/index.js b/index.js
new file mode 100644 (file)
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