UNPKG

gen-jhipster

Version:

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

10 lines (9 loc) 439 B
import { Duplex } from 'node:stream'; import type { JDLApplicationConfig } from '../../../lib/jdl/core/types/parsing.ts'; export declare const exportJDLTransform: ({ destinationPath, jdlStorePath, throwOnMissingConfig, keepEntitiesConfig, jdlDefinition, }: { destinationPath: string; jdlStorePath: string; throwOnMissingConfig?: boolean; keepEntitiesConfig?: boolean; jdlDefinition: JDLApplicationConfig; }) => Duplex;