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.
pnpm install @nkzw/immutable-map
import ImmutableMap from '@nkzw/immutable-map';