class-is
Enhances a JavaScript class by adding an is<Class> property to compare types between realms.
Updated by @acostalima
@stdlib/utils-inherit
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
Updated by @stdlib-bot
@stdlib/assert-instance-of
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Updated by @stdlib-bot
is-any-type
is-any-type simple functionality alternative to check data type references such as typeof and instanceof
Updated by @restuwahyu13
@stdlib/assert-is-prototype-of
Test if an object's prototype chain contains a provided prototype.
Updated by @stdlib-bot