UNPKG

ts-mock-imports

Version:

Intuitive mocking for Typescript class imports

4 lines (3 loc) 55 B
export interface IManager { restore: () => void; }