@nkzw/immutable-map
v1.2.2
Published
Immutable Map
Downloads
94
Maintainers
Readme
Immutable Map
This is a fork of Immutable.js that only includes "ImmutableMap" as an ESM package because it's the best immutable Map data structure for JavaScript. Documentation can be found on the Immutable.js website.
Installation
pnpm install @nkzw/immutable-map
Usage
import ImmutableMap from '@nkzw/immutable-map';