ketting
Version:
Opiniated HATEAOS / Rest client.
9 lines • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const node_fetch_1 = require("node-fetch");
// Registering Fetch as a glboal polyfill
global.fetch = node_fetch_1.default;
global.Request = node_fetch_1.Request;
global.Headers = node_fetch_1.Headers;
global.Response = node_fetch_1.Response;
//# sourceMappingURL=fetch-polyfill.js.map