修复:eval2生成代码丢失
This commit is contained in:
12
types/Common/AppCache.d.ts
vendored
12
types/Common/AppCache.d.ts
vendored
@@ -1,12 +0,0 @@
|
||||
declare class Appcache {
|
||||
private _cacheMap;
|
||||
_DrillCacheed: Set<string>;
|
||||
has(key: string): boolean;
|
||||
get(key: string): any | undefined;
|
||||
set<T>(key: string, value: T): void;
|
||||
clear(): void;
|
||||
delete(k: string): void;
|
||||
}
|
||||
export declare const appCache: Appcache;
|
||||
export {};
|
||||
//# sourceMappingURL=AppCache.d.ts.map
|
Reference in New Issue
Block a user