@ts-ast-parser/core
Version:
Reflects a simplified version of the TypeScript AST for generating documentation
5 lines • 325 B
TypeScript
import type { AnalyserOptions } from '../analyser-options.js';
import type { AnalyserSystem } from './analyser-system.js';
import ts from 'typescript';
export declare function createCommandLine(system: AnalyserSystem, options: Partial<AnalyserOptions>): ts.ParsedCommandLine;
//# sourceMappingURL=create-command-line.d.ts.map