@forge/cache
1.0.261.0.26-experimental-04cc2b9
out/tunnel.d.ts~
out/tunnel.d.tsModified+1−1
Index: package/out/tunnel.d.ts
===================================================================
--- package/out/tunnel.d.ts
+++ package/out/tunnel.d.ts
@@ -1,7 +1,7 @@
import { ScanResult } from './cache';
import { IForgeCache } from './interfaces/cache';
-export declare type TunnelStoreType = Map<string, string | undefined | string[]>;
+export type TunnelStoreType = Map<string, string | undefined | string[]>;
export declare const CACHE_DIR = ".forge";
export declare const CACHE_FILE: string;
export declare class TunnelCache implements IForgeCache {
private readonly fileName;