UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

3 lines (2 loc) 131 B
import { PartialDeep } from './partial/partial'; export declare function createMock<T extends object>(values?: PartialDeep<T>): T;