Skip to content

cpojer/immutable-map

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 58.8%
  • JavaScript 39.6%
  • CSS 1.4%
  • Shell 0.2%