UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

6 lines (5 loc) 122 B
import type * as ts from 'typescript'; export interface GenericParameter { ids: string[]; value: ts.Expression; }