Files
Tiber365/node_modules/ofetch/dist/node.d.ts
2025-07-24 18:46:24 +02:00

19 lines
943 B
TypeScript

import { $ as $Fetch } from './shared/ofetch.d0b3d489.js';
export { C as CreateFetchOptions, j as Fetch, d as FetchContext, F as FetchError, e as FetchHook, f as FetchHooks, b as FetchOptions, k as FetchRequest, i as FetchResponse, G as GlobalOptions, I as IFetchError, M as MappedResponseType, R as ResolvedFetchOptions, g as ResponseMap, h as ResponseType, S as SearchParameters, c as createFetch, a as createFetchError } from './shared/ofetch.d0b3d489.js';
import 'undici';
declare function createNodeFetch(): (input: RequestInfo, init?: RequestInit) => any;
declare const fetch: typeof globalThis.fetch;
declare const Headers: {
new (init?: HeadersInit): Headers;
prototype: Headers;
};
declare const AbortController: {
new (): AbortController;
prototype: AbortController;
};
declare const ofetch: $Fetch;
declare const $fetch: $Fetch;
export { $Fetch, $fetch, AbortController, Headers, createNodeFetch, fetch, ofetch };