summaryrefslogtreecommitdiff
path: root/desktop/node_modules/dir-compare/build/src/entry/entryEquality.d.ts
blob: 8c5ff18c27995904f2c69502a8b62a4e9999d75e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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