From ae187b6d75c8079da0be1dc288613bad8466fe61 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 24 Oct 2023 17:43:37 +0200 Subject: Initial commit --- .../dir-compare/build/src/statistics/statisticsUpdate.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 desktop/node_modules/dir-compare/build/src/statistics/statisticsUpdate.d.ts (limited to 'desktop/node_modules/dir-compare/build/src/statistics/statisticsUpdate.d.ts') diff --git a/desktop/node_modules/dir-compare/build/src/statistics/statisticsUpdate.d.ts b/desktop/node_modules/dir-compare/build/src/statistics/statisticsUpdate.d.ts new file mode 100644 index 0000000..66e85c3 --- /dev/null +++ b/desktop/node_modules/dir-compare/build/src/statistics/statisticsUpdate.d.ts @@ -0,0 +1,7 @@ +export function updateStatisticsBoth(entry1: any, entry2: any, same: any, reason: any, type: any, permissionDeniedState: any, statistics: any, options: any): void; +export function updateStatisticsBoth(entry1: any, entry2: any, same: any, reason: any, type: any, permissionDeniedState: any, statistics: any, options: any): void; +export function updateStatisticsLeft(entry1: any, type: any, permissionDeniedState: any, statistics: any, options: any): void; +export function updateStatisticsLeft(entry1: any, type: any, permissionDeniedState: any, statistics: any, options: any): void; +export function updateStatisticsRight(entry2: any, type: any, permissionDeniedState: any, statistics: any, options: any): void; +export function updateStatisticsRight(entry2: any, type: any, permissionDeniedState: any, statistics: any, options: any): void; +//# sourceMappingURL=statisticsUpdate.d.ts.map \ No newline at end of file -- cgit