diff options
Diffstat (limited to 'desktop/node_modules/dir-compare/build/src/symlink/loopDetector.d.ts')
-rw-r--r-- | desktop/node_modules/dir-compare/build/src/symlink/loopDetector.d.ts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/desktop/node_modules/dir-compare/build/src/symlink/loopDetector.d.ts b/desktop/node_modules/dir-compare/build/src/symlink/loopDetector.d.ts new file mode 100644 index 0000000..162c966 --- /dev/null +++ b/desktop/node_modules/dir-compare/build/src/symlink/loopDetector.d.ts @@ -0,0 +1,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
\ No newline at end of file |