UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

5 lines (4 loc) 242 B
import type * as ts from 'typescript'; import { Scope } from '../../scope/scope'; export declare function GetTypes(nodes: ts.NodeArray<ts.Node>, scope: Scope): ts.Node[]; export declare function GetType(node: ts.Node, scope: Scope): ts.Node;