rollup -f cjs -o dist/index.js src/index.js
rollup -f es -o dist/index.mjs src/index.js
