diff options
Diffstat (limited to 'desktop/node_modules/dir-compare/build/src/entry/entryEquality.d.ts')
-rw-r--r-- | desktop/node_modules/dir-compare/build/src/entry/entryEquality.d.ts | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/desktop/node_modules/dir-compare/build/src/entry/entryEquality.d.ts b/desktop/node_modules/dir-compare/build/src/entry/entryEquality.d.ts new file mode 100644 index 0000000..8c5ff18 --- /dev/null +++ b/desktop/node_modules/dir-compare/build/src/entry/entryEquality.d.ts @@ -0,0 +1,37 @@ +export function isEntryEqualSync(entry1: any, entry2: any, type: any, options: any): { + same: boolean; + reason: string; +} | { + same: boolean; + reason?: undefined; +}; +export function isEntryEqualSync(entry1: any, entry2: any, type: any, options: any): { + same: boolean; + reason: string; +} | { + same: boolean; + reason?: undefined; +}; +export function isEntryEqualAsync(entry1: any, entry2: any, type: any, diffSet: any, options: any): { + same: undefined; + samePromise: any; + reason?: undefined; +} | { + same: boolean; + reason: string; +} | { + same: boolean; + reason?: undefined; +}; +export function isEntryEqualAsync(entry1: any, entry2: any, type: any, diffSet: any, options: any): { + same: undefined; + samePromise: any; + reason?: undefined; +} | { + same: boolean; + reason: string; +} | { + same: boolean; + reason?: undefined; +}; +//# sourceMappingURL=entryEquality.d.ts.map
\ No newline at end of file |