UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

2 lines (1 loc) 92 B
export type MessageFormatter = (service: string, level: string, message: string) => string;