UNPKG

gen-jhipster

Version:

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

13 lines (12 loc) 355 B
/** * 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: any) => boolean;