Files
scrap/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js
2024-09-24 03:52:46 +00:00

7 lines
200 B
JavaScript

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