Initial version

This commit is contained in:
2019-12-23 13:06:33 +01:00
commit 377567bde0
45 changed files with 6857 additions and 0 deletions

7
.npmignore Normal file
View File

@@ -0,0 +1,7 @@
# Don't publish the src containing ESNext proposal's code. Only publish the bundled output in dist/ and the ES6-transpiled src from lib/
.idea/*
tests/*
node_modules/*
rollup.config.js
yarn.lock
yarn-error.log