export { default, fetch, Headers, Request, Response } from"./fetch.js";
export { ReadableStream, Blob, FormData, File } from'./package.js';
// Node 18+ introduces fetch API globally and it doesn't support our use-cases yet.// For now we always use the polyfill.