generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
17 lines (16 loc) • 473 B
TypeScript
declare function _default({ relativeFilePath, filePath, fileContents, prettierOptions, prettierPackageJson, prettierJava, prettierProperties, }: {
relativeFilePath: any;
filePath: any;
fileContents: any;
prettierOptions: any;
prettierPackageJson: any;
prettierJava: any;
prettierProperties: any;
}): Promise<{
result: string;
errorMessage?: undefined;
} | {
errorMessage: string;
result?: undefined;
}>;
export default _default;