@stdlib/utils-inherit
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
Return an array of an object's inherited enumerable property names and symbols.
Return an array of an object's inherited enumerable symbol properties.
Return an array of an object's inherited enumerable property names.
Return an array of an object's inherited non-enumerable property names and symbols.
Return an array of an object's inherited non-enumerable property names.
Return an array of an object's inherited non-enumerable symbol properties.
Return an array of an object's inherited property names and symbols.
Return a property descriptor for an object's inherited property.
Return an object's inherited property descriptors.
Return an array of an object's inherited enumerable and non-enumerable property names.
Return an array of an object's inherited symbol properties.
Return an array of an object's inherited writable property names and symbols.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.
Test whether all own properties of an object pass a test implemented by a predicate function.
Return a filename extension.
Create an object from key-value pairs.
Determine a function's name.
Function sequence.