UNPKG

jest-automock

Version:

A small library used to mock an instance of a class using jest, perfect for mocking injected dependencies.

4 lines 109 B
export interface Type<T> extends Function { new (...args: any[]): T; } //# sourceMappingURL=type.d.ts.map