UNPKG

gen-jhipster

Version:

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

7 lines (6 loc) 161 B
/** * get the java main class name. */ export declare const getMainClassName: ({ baseName }: { baseName: string; }) => Capitalize<string> | "Application";