UNPKG

oral-ts

Version:

a testing framework for typescript

2 lines (1 loc) 113 B
export declare function Instanceof<t extends new (...args: any) => any>(given: InstanceType<t> | any): Function;