5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
/**
|
|
* @see https://www.typescriptlang.org/docs/handbook/mixins.html
|
|
*/
|
|
export declare function applyMixins(derivedCtor: any, ...baseCtors: any[]): void;
|