UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

4 lines (3 loc) 80 B
export type PrototypeOf<T> = T extends { prototype: infer P; } ? P : never;