Skip to main content
Module

x/mixins/apply.ts>applyClassMixins

Helper functions for combining objects and building up classes from partial classes.
Go to Latest
function applyClassMixins
import { applyClassMixins } from "https://deno.land/x/mixins@0.7.4/apply.ts";

Applies properties of base classes to class.

Parameters

ctor: { new (...args: any[]): T; }
baseCtors: any[]