UNPKG

generator-begcode

Version:

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

17 lines (16 loc) 410 B
declare function _default({ cwd, filePath, fileContents, extensions, config, additionalConfig, recreateEslint }: { cwd: any; filePath: any; fileContents: any; extensions: any; config: any; additionalConfig?: never[] | undefined; recreateEslint: any; }): Promise<{ result: any; error?: undefined; } | { error: string; result?: undefined; }>; export default _default;