@stdlib/assert-is-prototype-of
Test if an object's prototype chain contains a provided prototype.
Test if an object's prototype chain contains a provided prototype.
Invoke a function for each own and inherited enumerable property of an object.
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
Return the prototype of a provided object.
Simple function for inheritance in javascript
ES6 Mixin support
ESLint typescript plugin to control class inheritance
A simple library for multiple inheritance in JavaScript.
Make one class (constructor function) inherited from another
A seemless way for organizing multi inheritance.
A simple library for multiple inheritance in JavaScript.
an object oriented javascript Inheritance framework
tsconfig.json inheritance via Node.js packages
A tiny library that helps us achieve a certain level of type safety around interfaces (via duck typing). This library also helps us keep JavaScript objects synchronized with any interface definitions that they explicitly implement.
Applying the 'eventemitter3'-module, without extending, turn any class into a full-fledged event-emitter.
Allows you to create deeply nested object structures, while also enabling you to traverse them efficiently.
A JavaScript library that allows you to create callable objects using ES6 Proxies and class inheritance
An implementation of protected fields on top of class fields.
🔧 Effortlessly Tailor Your Settings
A class system similar to Java/C with inheritance