Files
old-kitabcitab-frontend/kitabcitab/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js
2022-12-27 12:05:56 +01:00

7 lines
200 B
JavaScript

"use strict";
/* globals self */ exports.Headers = self.Headers;
exports.Request = self.Request;
exports.Response = self.Response;
exports.fetch = self.fetch;
//# sourceMappingURL=whatwg-fetch.js.map