Skip to main content
Module

x/mixwithts/mod.ts>Mixin

TypeScript compatible version of Justin Fagani's mixin library for ES6
Latest
variable Mixin
import { Mixin } from "https://deno.land/x/mixwithts@1.1.2/mod.ts";

Decorates a mixin function to add deduplication, application caching, and instanceof support.

type

<C extends Constructable, T>(mixin: mixin<C, T>) => mixin<C, T>