chore: initial checkin

This commit is contained in:
2018-10-17 10:13:45 -07:00
commit 585f74e83c
11 changed files with 2819 additions and 0 deletions

3
src/index.mjs Normal file
View File

@@ -0,0 +1,3 @@
export default function() {
// es6 module code goes here
}