UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

4 lines (3 loc) 211 B
import * as ts from 'typescript'; import { Scope } from '../../scope/scope'; export declare const GetShorthandPropertyAssignmentDescriptor: (node: ts.ShorthandPropertyAssignment, scope: Scope) => ts.Expression;