@angular-package/testing
Version:
Jasmine unit testing wrapper with additional custom testing features.
5 lines (4 loc) • 355 B
TypeScript
import { Constructor } from "@angular-package/type";
import { InstanceOfConstructor } from "../../type/instance-of-constructor.type";
import { UnionToIntersection } from "../../type/union-to-intersection.type";
export declare function mixin<T extends Constructor<any>[]>(...classes: T): Constructor<UnionToIntersection<InstanceOfConstructor<T[number]>>>;