UNPKG

generator-begcode

Version:

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

13 lines (12 loc) 541 B
import type { JHipsterConfigs } from '../../lib/command/index.js'; import type CoreGenerator from '../../generators/base-core/index.js'; export declare function loadConfig(this: CoreGenerator, configsDef: JHipsterConfigs | undefined, data: { application: any; }): any; export declare function loadConfig(configsDef: JHipsterConfigs | undefined, data: { application: any; config?: any; }): any; export declare const loadDerivedConfig: (configsDef: JHipsterConfigs | undefined, { application }: { application: any; }) => void;