generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
5 lines (4 loc) • 328 B
TypeScript
export declare function grammarParse(input: any, startRule?: string): any;
export declare function getGrammarCst(input: any, startRule?: string): any;
export declare function getGrammarAutoCompleteSuggestions(input: any, startRule?: string): unknown[];
export declare function getLexResult(input: any, startRule?: string): any;