Urara-Blog/node_modules/.pnpm-store/v3/files/a0/8c31edd6f41e92b650aff912ffb7a929f8f67bf9fe599d3ad503ad79880a41089c4750486d79a1ef5f1532206a934cdd3c52233fa8304a66b13cfa995caa1c
2022-08-14 01:14:53 +08:00

15 lines
515 B
Text

import { fetch as fetch$1 } from 'undici';
import { createNodeFetch, Headers } from './node.mjs';
export { Headers } from './node.mjs';
import { c as createFetch } from './chunks/fetch.mjs';
export { F as FetchError, c as createFetch, a as createFetchError } from './chunks/fetch.mjs';
import 'http';
import 'https';
import 'node-fetch-native';
import 'destr';
import 'ufo';
const fetch = globalThis.fetch || fetch$1 || createNodeFetch();
const $fetch = createFetch({ fetch, Headers });
export { $fetch, fetch };