Check an object, if all or some of its leaf nodes are empty. It detects empty string, empty array, empty object, null, undefined in the target object.
Remove falsy, empty or nullable values from objects
Library to walk OAS 3 schema objects and call a callback
Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
<!-- automd:badges codecov color=yellow -->
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
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.
Check whether a value is "empty".
Deep comparison of 2 instances for should.js
Access deep object properties using a path
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Utility that provides different types of empty objects.
Check if an object is empty.
Remove JSX empty expression
ES2015 `Object.assign()` ponyfill
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Map all the things, check all the maps
High-priority task queue for Node.js and browsers
Deep diffs two objects, including nested structures of arrays and objects, and return the difference.
Discard empty rules and values with PostCSS.
Object utils.
Firebug-like dir() for Node.
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Returns true if a value is a plain object, array or function.