Would be great to support tree shaking for bundlers like Webpack, Vite, rollup, esbuild, etc. I imagine this package has no global side effects, so simply adding the following to package.json would do the trick: ```json "sideEffects": false ```