UNPKG

@jmfetchify/fetchify

Version:

A lightweight HTTP client library for client and server-side usage.

4 lines (3 loc) 99 B
export declare const handleResponse: <T>({ response }: { response: Response; }) => Promise<T>;