Configuration
my-lib works out of the box with zero configuration. All functions are pure and stateless.
Tree shaking
my-lib is fully tree-shakeable. Import only what you need:
Bundle size
ESM only
my-lib ships as ESM only. If your project uses CommonJS, you will need a bundler or the --experimental-vm-modules flag in Node.js.