UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

3 lines (2 loc) 136 B
import { Constructor } from "@angular-package/type"; export type InstanceOfConstructor<T> = T extends Constructor<infer I> ? I : never;