Files
cartlog-admin/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js
2026-01-01 15:25:19 +05:30

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