initial commit

This commit is contained in:
2019-04-04 13:01:52 -07:00
commit 655c27a89d
10 changed files with 2915 additions and 0 deletions

3
index.js Normal file
View File

@@ -0,0 +1,3 @@
const mod = require('./src/index.js');
module.exports = mod;