initial commit

This commit is contained in:
2018-11-01 15:20:53 -07:00
commit 2067fd63ca
13 changed files with 2885 additions and 0 deletions

3
index.mjs Normal file
View File

@@ -0,0 +1,3 @@
import mod from './src/index.mjs';
export default mod;