generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
5 lines (4 loc) • 307 B
TypeScript
import type { JDLRuntime } from '../types/runtime.js';
import JDLApplication from './jdl-application.js';
export declare function createJDLApplication(config: any, namespaceConfigs: Record<string, Record<string, any>> | undefined, runtime?: JDLRuntime): JDLApplication;
export default createJDLApplication;