generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
6 lines (5 loc) • 373 B
TypeScript
import type { JDLRuntime } from '../types/runtime.js';
export declare function parseFromFiles(files: string[], runtime: JDLRuntime): any;
export declare function parseFromContent(content: string, runtime: JDLRuntime): any;
export declare function getCstFromContent(content: string, runtime: JDLRuntime): any;
export declare function checkFileIsJDLFile(file: string): void;