Urara-Blog/node_modules/.pnpm-store/v3/files/cd/75f6b13fc1daec2aecfc82a66cead2e9417d037ccd273a7f5bde6b891db307e6d82919b7a6749cd2843eeb36ed47c9a52fcdd51f249041cb5e0119cd8eb7a1
2022-08-14 01:14:53 +08:00

11 lines
497 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 const fetch: typeof globalThis.fetch;
declare const Headers: {
new (init?: HeadersInit | undefined): Headers;
prototype: Headers;
};
declare const $fetch: $Fetch;
export { $fetch, Headers, fetch };