blob: 162c966d4ba7d9ac8dc090b48aa314ce0c5ca618 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
export function detectLoop(entry: any, symlinkCache: any): boolean;
export function detectLoop(entry: any, symlinkCache: any): boolean;
export function initSymlinkCache(): {
dir1: {};
dir2: {};
};
export function initSymlinkCache(): {
dir1: {};
dir2: {};
};
export function updateSymlinkCache(symlinkCache: any, rootEntry1: any, rootEntry2: any, loopDetected1: any, loopDetected2: any): void;
export function updateSymlinkCache(symlinkCache: any, rootEntry1: any, rootEntry2: any, loopDetected1: any, loopDetected2: any): void;
export function cloneSymlinkCache(symlinkCache: any): {
dir1: {};
dir2: {};
};
export function cloneSymlinkCache(symlinkCache: any): {
dir1: {};
dir2: {};
};
//# sourceMappingURL=loopDetector.d.ts.map
|