UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

5 lines (4 loc) 223 B
import type * as ts from 'typescript'; import { Scope } from '../../scope/scope'; import { ImportNode } from '../type/typeImport'; export declare function GetImportDescriptor(node: ImportNode, scope: Scope): ts.Expression;