Initial commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { Class } from './types';
|
||||
export declare const getMixinsForClass: (clazz: Class) => Function[] | undefined;
|
||||
export declare const registerMixins: (mixedClass: any, constituents: Function[]) => WeakMap<any, Function[]>;
|
||||
export declare const hasMixin: <M>(instance: any, mixin: abstract new (...args: any[]) => M) => instance is M;
|
||||
Reference in New Issue
Block a user