UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

3 lines (2 loc) 144 B
export type TsAutoMockDebugOptions = 'file' | 'console' | boolean; export declare function GetTsAutoMockDebugOptions(): TsAutoMockDebugOptions;