UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

5 lines (4 loc) 270 B
import type * as ts from 'typescript'; import { Scope } from '../../scope/scope'; export declare function GetProperties(node: ts.Node, scope: Scope): ts.Expression; export declare function GetPropertiesFromMembers(node: ts.TypeLiteralNode, scope: Scope): ts.Expression;