summaryrefslogtreecommitdiff
path: root/client/node_modules/@electron/get/dist/cjs/Cache.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/node_modules/@electron/get/dist/cjs/Cache.d.ts')
-rw-r--r--client/node_modules/@electron/get/dist/cjs/Cache.d.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/client/node_modules/@electron/get/dist/cjs/Cache.d.ts b/client/node_modules/@electron/get/dist/cjs/Cache.d.ts
deleted file mode 100644
index 626001a..0000000
--- a/client/node_modules/@electron/get/dist/cjs/Cache.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export declare class Cache {
- private cacheRoot;
- constructor(cacheRoot?: string);
- static getCacheDirectory(downloadUrl: string): string;
- getCachePath(downloadUrl: string, fileName: string): string;
- getPathForFileInCache(url: string, fileName: string): Promise<string | null>;
- putFileInCache(url: string, currentPath: string, fileName: string): Promise<string>;
-}