UNPKG

weather-in-terminal

Version:

A simple CLI to see the weather while you're in your terminal.

7 lines 189 B
export declare class Cache { private lockfile; constructor(); fetch<T>(key: string): T | undefined; push(key: string, data: any): void; } //# sourceMappingURL=cache.d.ts.map