UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

10 lines (9 loc) 343 B
export declare class GoogleJavaFormatCodeFormatter { private static _instance; private constructor(); format(directory: string): Promise<void>; formatFileList(files: string[]): Promise<void>; private apply; getContentFormatted(file: string): Promise<string>; static get instance(): GoogleJavaFormatCodeFormatter; }