UNPKG

generator-begcode

Version:

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

5 lines (4 loc) 380 B
export declare function checkRegenerateFile(generator: any, dir: any, file: any): boolean; export declare function checkContentInFile(file: any, content: any, generator: any): any; export declare function checkRegenerateAbsoluteFile(generator: any, file: any): boolean; export declare function getModuleFilePath(context: any, parentPath: any, defaultModuleName?: string): string;