ts-auto-mock
Version:
Typescript transformer to unlock automatic mock creation for interfaces and classes
5 lines (4 loc) • 309 B
TypeScript
import type * as ts from 'typescript';
import { Scope } from '../../scope/scope';
export declare function GetTypeQueryDescriptor(node: ts.TypeQueryNode, scope: Scope): ts.Expression;
export declare function GetTypeQueryDescriptorFromDeclaration(declaration: ts.NamedDeclaration, scope: Scope): ts.Expression;