react-url-table
Version:
Smart and flexible table component built with React and for React projects. based on React16 hooks and mobx-react-lite
11 lines • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
function load(url) {
return tslib_1.__awaiter(this, void 0, void 0, function* () {
const response = yield fetch(url);
return response.json();
});
}
exports.load = load;
//# sourceMappingURL=http.js.map