UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

8 lines (7 loc) 236 B
/** * the file comparison function. * @param file1Path the file 1 path. * @param file2Path the file 2 path. * @returns the file comparison result. */ export declare function fileComparison(file1Path: any, file2Path: any): boolean;