UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

8 lines (7 loc) 239 B
import { IFastAnalysis } from './fastAnalysis'; export interface IASTAnalysisProps { packageName?: string; input: string; locations?: boolean; } export declare function fastAstAnalysis(props: IASTAnalysisProps): IFastAnalysis;