immutable-map icon indicating copy to clipboard operation
immutable-map copied to clipboard

Immutable persistent data collections for Javascript which increase efficiency and simplicity.

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';