@stdlib/assert-has-property
Test if an object has a specified property, either own or inherited.
Test if an object has a specified property, either own or inherited.
Test if an object has a specified method name, either own or inherited.
(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Create a new object filtered to have only properties for which the callback returns true.
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
Set nested properties on an object using dot notation.