You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
534 B
13 lines
534 B
|
2 years ago
|
import { $ as $Fetch } from './error-04138797.js';
|
||
|
|
export { C as CreateFetchOptions, b as FetchContext, e as FetchError, c as FetchOptions, F as FetchRequest, a as FetchResponse, S as SearchParameters, d as createFetch, f as createFetchError } from './error-04138797.js';
|
||
|
|
|
||
|
|
declare const fetch: typeof globalThis.fetch;
|
||
|
|
declare const Headers: {
|
||
|
|
new (init?: HeadersInit | undefined): Headers;
|
||
|
|
prototype: Headers;
|
||
|
|
};
|
||
|
|
declare const ofetch: $Fetch;
|
||
|
|
declare const $fetch: $Fetch;
|
||
|
|
|
||
|
|
export { $Fetch, $fetch, Headers, fetch, ofetch };
|