UNPKG

react-http-fetch

Version:

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

10 lines (9 loc) 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpEvent = void 0; var HttpEvent = /** @class */ (function () { function HttpEvent() { } return HttpEvent; }()); exports.HttpEvent = HttpEvent;