wilddragon-site/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js
2026-04-17 15:51:01 -04:00

7 lines
No EOL
200 B
JavaScript
Executable file

/* 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