Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mixins/apply.ts>applyClassMixins

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

Applies properties of base classes to class.

Parameters

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