Urara-Blog/node_modules/.pnpm-store/v3/files/d7/933d781d7d524e3dfaa521eb8b5581e83d574244aca1db51a86c4ba0daa60cc51b89df44a2172ff9b46529b27dfaa5cd54259c70d636fb458417c92cb0fcdf
2022-08-14 01:14:53 +08:00

12 lines
611 B
Text

import { $ as $Fetch } from './error-d4c70d05.js';
export { $ as $Fetch, C as CreateFetchOptions, b as FetchContext, e as FetchError, c as FetchOptions, F as FetchRequest, a as FetchResponse, S as SearchParams, d as createFetch, f as createFetchError } from './error-d4c70d05.js';
declare function createNodeFetch(): (input: RequestInfo, init?: RequestInit | undefined) => any;
declare const fetch: typeof globalThis.fetch;
declare const Headers: {
new (init?: HeadersInit | undefined): Headers;
prototype: Headers;
};
declare const $fetch: $Fetch;
export { $fetch, Headers, createNodeFetch, fetch };