initial commit

This commit is contained in:
2018-08-30 16:27:35 -07:00
commit c81b30be89
11 changed files with 2536 additions and 0 deletions

5
index.js Normal file
View File

@@ -0,0 +1,5 @@
/* eslint no-global-assign: 0 */
require = require('esm')(module);
const mod = require('./src/index.mjs').default;
module.exports = mod;