generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
11 lines (10 loc) • 594 B
TypeScript
import type { ConfigSpec, JHipsterConfigs, JHipsterOption } from '../../generators/base/api.js';
import type CoreGenerator from '../../generators/base-core/index.js';
export declare const convertConfigToOption: (name: string, config?: ConfigSpec) => JHipsterOption | undefined;
export declare function loadConfig(this: CoreGenerator | void, configsDef: JHipsterConfigs | undefined, { application, config }: {
application: any;
config?: any;
}): void;
export declare const loadDerivedConfig: (configsDef: JHipsterConfigs | undefined, { application }: {
application: any;
}) => void;