UNPKG

gen-jhipster

Version:

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

14 lines (13 loc) 310 B
/** * Load client configs into application. */ export declare const loadClientConfig: ({ config, application }: { config: any; application: any; }) => void; /** * Load client derived properties. */ export declare const loadDerivedClientConfig: ({ application }: { application: any; }) => void;