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