UNPKG

@api.global/typedserver

Version:

A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.

5 lines (4 loc) 170 B
export declare class ResponseKv { storeResponse(urlIdentifier: string, responseArg: any): Promise<void>; getResponse(urlIdentifier: string): Promise<Response>; }