map-obj
Map object keys and values into a new object
define-property
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
just-diff-apply
Apply a diff to an object. Optionally supports jsonPatch protocol
invert-kv
Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`
sigmund
Quick and dirty signatures for Objects.