UNPKG

@ts-ast-parser/core

Version:

Reflects a simplified version of the TypeScript AST for generating documentation

6 lines 360 B
import type { VariableDeclaration } from '../models/variable.js'; import { VariableNode } from '../nodes/variable-node.js'; import type { NodeFactory } from './node-factory.js'; import ts from 'typescript'; export declare const variableFactory: NodeFactory<VariableDeclaration, VariableNode, ts.VariableStatement>; //# sourceMappingURL=create-variable.d.ts.map