UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

7 lines (6 loc) 179 B
import type * as ts from 'typescript'; export interface Property { name: ts.Expression; value: ts.Expression; } export declare function GetMockMarkerProperty(): Property;