gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
14 lines (13 loc) • 458 B
TypeScript
import type { ApplicationWithEntities } from '../../../lib/jdl/jdl-importer.ts';
/**
* Check if .yo-rc.json exists inside baseName folder.
* @param {string} baseName
* @return {boolean}
*/
export declare const baseNameConfigExists: (baseName?: string) => boolean;
/**
* Check if every application is new.
* @param {any} importState
* @return {boolean}
*/
export declare const allNewApplications: (applications: ApplicationWithEntities[]) => boolean;