UNPKG

react-http-fetch

Version:

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

8 lines (7 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.httpResponseParser = void 0; function httpResponseParser(res) { return res.json(); } exports.httpResponseParser = httpResponseParser;