UNPKG

sp-rest-proxy

Version:

SharePoint REST API Proxy for Node.js and Express local serve

5 lines (4 loc) 138 B
export declare class cache { static set(key: string, value: string, ttl: number): void; static get(key: string): string | null; }