generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
5 lines (4 loc) • 385 B
TypeScript
import type { JDLRuntime } from '../types/runtime.js';
export declare function parse(input: any, startRule?: string, runtime?: JDLRuntime): any;
export declare function getCst(input: any, startRule?: string, runtime?: JDLRuntime): any;
export declare function getSyntacticAutoCompleteSuggestions(input: any, startRule?: string, runtime?: JDLRuntime): import("chevrotain").TokenType[];