UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

6 lines (5 loc) 144 B
export interface ILogger { info: (message: string) => void; warning: (message: string) => void; error: (message: string) => void; }