UNPKG

react-http-fetch

Version:

An http library for React JS built on top of native JS fetch

2 lines (1 loc) 98 B
export declare function httpResponseParser<HttpResponseT>(res: Response): Promise<HttpResponseT>;