@stdlib/assert-is-method
Test if an object has a specified method name.
Test if an object has a specified method name.
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
Return a partial object copy excluding specified keys.
Return a partial object copy containing only specified keys.
Return a partial object copy containing properties for which a predicate (function) returns a truthy value.
Extract a property value from each element of an object array.
Convert each object key to uppercase.
Convert the first letter of each object key to lowercase.
Return a property descriptor for an object's own property.
Return a property descriptor for an object's own or inherited property.
Return an object's own property descriptors.
Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.
Test whether an object contains a nested key path.
Test whether an object contains a nested key path, either own or inherited.
Detect `Object.defineProperty` support.
Detect `Object.defineProperty` support.
Test if an object has a specified property.
Test if an object has a specified property, either own or inherited.
Detect `Object.defineProperties` support.
Detect `Object.defineProperties` support.