UNPKG

gen-jhipster

Version:

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

4 lines (3 loc) 205 B
import type { JDLApplicationConfig } from './types/parsing.ts'; import type { JDLRuntime } from './types/runtime.ts'; export declare const createRuntime: (definition?: JDLApplicationConfig) => JDLRuntime;