Sha256: 3b2f708c17452d2a3b17bc38795a8e638383c6c40f10ff1547daa87a980c524b
Contents?: true
Size: 270 Bytes
Versions: 52
Compression:
Stored size: 270 Bytes
Contents
interface SerializedResponse { status: number; statusText: string; headers: Record<string, any>; body: string; } declare function serializeResponse(response: Response): Promise<SerializedResponse>; export { type SerializedResponse, serializeResponse };
Version data entries
52 entries across 26 versions & 1 rubygems