ipfs / js-ipns

Utilities for creating, parsing, and validating IPNS records
Other
80 stars 24 forks source link

fix: mark package as side-effect free #305

Closed achingbrain closed 5 months ago

achingbrain commented 5 months ago

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.