UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

4 lines (3 loc) 277 B
import { Constructor } from "@angular-package/type"; import { InstanceOfConstructor, UnionToIntersection } from "../../type"; export declare function mixinTesting<T extends Constructor<any>[]>(...classes: T): Constructor<UnionToIntersection<InstanceOfConstructor<T[number]>>>;