UNPKG

generator-begcode

Version:

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

17 lines (16 loc) 401 B
export declare const DeploymentTypes: { DOCKERCOMPOSE: string; KUBERNETES: string; exists: (deploymentType?: any) => boolean; }; declare const Options: any; export { Options }; declare const _default: { Options: any; DeploymentTypes: { DOCKERCOMPOSE: string; KUBERNETES: string; exists: (deploymentType?: any) => boolean; }; }; export default _default;