2 lines
79 B
TypeScript
Raw Permalink Normal View History

export declare function applyMixins(derivedCtor: any, baseCtors: any[]): void;