UNPKG

generator-jhipster

Version:

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

10 lines (9 loc) 243 B
type Cleanups = Record<string, { oldValue: string; newValue: string; }>; export declare const sanitizeConfigForNodeApplications: (object: any, { depth, keyPath }?: { depth?: number; keyPath?: string; }) => Cleanups; export {};