UNPKG

generator-begcode

Version:

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

8 lines (7 loc) 344 B
import JDLDeployment from '../../core/models/jdl-deployment.js'; import type { ParsedJDLDeployment } from '../../core/types/parsed.js'; declare const _default: { convertDeployments: typeof convertDeployments; }; export default _default; export declare function convertDeployments(parsedDeployments: ParsedJDLDeployment[]): JDLDeployment[];