UNPKG

@ts-ast-parser/core

Version:

Reflects a simplified version of the TypeScript AST for generating documentation

6 lines 321 B
import type { NodeFactory } from './node-factory.js'; import type { Import } from '../models/import.js'; import type { ImportNode } from '../utils/types.js'; import ts from 'typescript'; export declare const importFactory: NodeFactory<Import, ImportNode, ts.ImportDeclaration>; //# sourceMappingURL=create-import.d.ts.map