UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

2 lines (1 loc) 141 B
export type ExpectType<T> = T extends infer R ? R extends jasmine.Func ? R | jasmine.Spy<R> : R extends ArrayLike<R> ? ArrayLike<R> : R : T;