Showing 1-20 of 208,428 packages
get-map-key-by-value function
`Object.values(obj)` -> `Object.keys(obj).map(key => obj[key])`
`Object.values(obj)` -> `Object.keys(obj).map(key => obj[key])`
Persistent ordered mapping from strings
Map object keys and values into a new object
A WeakMap shim for Node.js and browsers
Store information about any JS value in a side channel, using a Map
Lowercase the keys of an object
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
Simple key-value storage with support for multiple backends
Map an object key that ends with a value
Map and Set with automatic key interning
Map `visit` over an array of objects.
concatenative mapdashery
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
A Map-like data structure that only stores the most recently set key/value pair
xet( map, key, factory ) // => If map doesn't have key, set it to the return value of factory. Return value.
A topologically ordered map of key/value pairs with a simple API for adding constraints.
A splay tree typescript library
A typescript Map structure like ES6 Map