map-cache
Basic cache object for storing key-value pairs.
weak-key
get a unique key for an object ( mainly for react's key={} )
invert-kv
Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`
omit-deep
Recursively omit the specified key or keys from an object.