UNPKG

gen-jhipster

Version:

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

10 lines (9 loc) 254 B
/** * Get the frontend application name. */ export declare const getFrontendAppName: ({ baseName }: { baseName: string; }) => string; export declare const getMicroserviceAppName: ({ microserviceName }: { microserviceName: string; }) => string;