mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:39:30 +08:00
15 lines
515 B
Text
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 };
|