Updated 4 months ago
@stdlib/assert-instance-of
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Updated 4 months ago
@stdlib/utils-inherit
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
Updated 4 months ago
@stdlib/assert-is-prototype-of
Test if an object's prototype chain contains a provided prototype.