@thundercraft5/mixin.js
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

🎛️ mixin.js

mixin.js is a zero-dependancy lightweight library written in TypeScript that helps you implement mixins in JS/TS on any runtime.

What does this do?

This library creates mixin classes via proxies, which are special classes which also index the mixin classes before deferring to the base class for resolution. This library has full TS support with generics via declaration merging.

Usage

TODO

Package Sidebar

Install

npm i @thundercraft5/mixin.js

Weekly Downloads

1

Version

1.3.3

License

BSD-3-Clause

Unpacked Size

71.9 kB

Total Files

28

Last publish

Collaborators

  • thundercraft5