Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mark package as side-effect free (#305)
[Tree shaking](https://webpack.js.org/guides/tree-shaking/) results in smaller web bundles by deleting unused code. This module is side-effect free so mark it as such to signal to bundlers that unused exports can be excluded from bundles.
- Loading branch information