UNPKG

mcp-hacker-news

Version:
4 lines 225 B
export declare function getCached<T>(key: string): T | null; export declare function setCache(key: string, data: any): void; export declare function formatTime(timestamp: number): string; //# sourceMappingURL=helpers.d.ts.map