makearmy-app/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js

7 lines
200 B
JavaScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
/* 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