UNPKG

stream-mock

Version:
4 lines (3 loc) 172 B
declare type Constructor<T> = new (...args: any) => T; export default function applyMixins(derivcedCtor: Constructor<any>, baseCtors: Constructor<any>[]): void; export {};