Transform object keys easily using whatever transform function
Compile objects with duplicate keys to valid strict ES5
Convert an object's keys to snake case
Filter object keys and values into a new object
Ensure that reserved words are quoted in object property keys
Map object keys and values into a new object
traverse and transform objects by visiting every node on a recursive walk
utilities for primitive JavaScript types
Work with objects of different cased keys
Safely get a dot-notated property within an object.
Lowercase the keys of an object
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Underscore mixins for deeply nested objects
Jest transformer to import CSS into Jest's `jsdom`
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
require object destructure key to be sorted
Compile function bind operator to ES5
Compile objects with duplicate keys to valid strict ES5
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Check if a value is an object
Turn valid member expression property literals into plain identifiers
Object utils.
Return an array of an object's own enumerable property names.
Check if a value is a plain object