UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

5 lines (4 loc) 262 B
import type { JDLRuntime } from './types/runtime.js'; import type { JDLApplicationConfig } from './types/parsing.js'; export declare const createRuntime: (definition: JDLApplicationConfig) => JDLRuntime; export declare const getDefaultRuntime: () => JDLRuntime;