UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

5 lines (4 loc) 258 B
import type * as ts from 'typescript'; import { Scope } from '../../scope/scope'; export declare function IsTypescriptType(node: ts.Node): boolean; export declare function GetTypescriptTypeDescriptor(node: ts.TypeReferenceNode, scope: Scope): ts.Expression;