UNPKG

mcp-trends-hub

Version:

🔥 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务

11 lines (10 loc) 288 B
declare class CacheStorage { private get cachePath(); private getPathByKey; getItem(key: string): string | null; setItem(key: string, value: string): void; removeItem(key: string): void; clear(): void; } export declare const cacheStorage: CacheStorage; export {};