UNPKG

ts-mock-imports

Version:

Intuitive mocking for Typescript class imports

5 lines (4 loc) 88 B
export interface IConstruct<T> { new (...args: any[]): T; [key: string]: any; }