- mixin<T1 extends Constructor<{}>, T2 extends Constructor<{}>>(
mix1: T1,
mix2: T2,
): new (...args: any[]) => InstanceType<T1> & InstanceType<T2> & T1 & T2 Type Parameters
- T1 extends Constructor<{}>
- T2 extends Constructor<{}>
Returns new (...args: any[]) => InstanceType<T1> & InstanceType<T2> & T1 & T2