/classMixin

📦 Apply mixin to a class using a decorator or a function, in which the mixin class is added to the prototype chain - `Subclass factory style mixins`.

Primary LanguageJavaScript

classMixin