UNPKG

fetch-undici

Version:

Isomorphic exports of fetch from window and unduci

9 lines (8 loc) 177 B
module.exports = { fetch: window.fetch, Headers: globalThis.Headers, Response: globalThis.Response, Request: globalThis.Request, type: 'browser.cjs', native: true }