UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

7 lines (6 loc) 200 B
export declare class FileCompare { private static _instance; private constructor(); compareContent(source: string, destination: string): boolean; static get instance(): FileCompare; }