Map Packages

is-set

Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

2.0.3 • Published 1 month ago

object.map

Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.

1.0.1 • Published 6 years ago

lru_map

Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.

0.4.1 • Published 3 years ago

arr-map

Faster, node.js focused alternative to JavaScript's native array map.

2.0.2 • Published 7 years ago