UNPKG

ngx-testing-tools

Version:
3 lines (2 loc) 112 B
import { Type } from '@angular/core'; export declare function isConstructor<T>(target: any): target is Type<T>;