Skip to content

nkzw-tech/immutable-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,096 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Immutable Map

This is a fork of Immutable.js that only exports Map as an ESM package. It keeps Immutable.js' persistent hash-array mapped trie implementation, v5 runtime fixes, and v5 TypeScript type improvements.

Documentation for Map can be found on the Immutable.js website.

Installation

pnpm install @nkzw/immutable-map

Usage

import ImmutableMap from '@nkzw/immutable-map';

const map = ImmutableMap({ a: 1 });
map.get('a');

About

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

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 42.4%
  • MDX 31.5%
  • JavaScript 24.7%
  • CSS 1.3%
  • Shell 0.1%