UNPKG

create-snippet

Version:
10 lines (9 loc) 241 B
export declare class ModuleCache { private cacheDir; constructor(); get(key: string): any; set(key: string, value: any, expiration?: number): void; delete(key: string): void; private getFilePath; clear(): void; }