UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

6 lines (5 loc) 135 B
import type * as ts from 'typescript'; export interface ModuleNameIdentifier { moduleUrl: string; identifier: ts.Identifier; }