@stdlib/assert-is-accessor-property-in
Test if an object's own or inherited property has an accessor descriptor.
Test if an object's own or inherited property has an accessor descriptor.
Test if a value is an array-like object.
Test if an object-like value contains a circular reference.
Test if a value is a plain object containing a circular reference.
Test if a value is an arguments object.
Test whether at least one property in an object passes a test implemented by a predicate function.
Test whether whether any 'own' property of a provided object satisfies a predicate function.
Add elements from one collection to the end of another collection.
Test if a value is a ragged nested array
Test if an object's own property is read-only.
Test if an object's own or inherited property is read-only.
Test if an object's own property is readable and writable.
Test if an object's own and inherited property is readable and writable.
Test if an object's own property is readable.
Test if an object's own or inherited property is readable.
Test if an object has a specified method name, either own or inherited.
Revive a JSON-serialized error object.
Return a JSON representation of an error object.
Number constructor.
Test if a value is an object.