数通智联化工云平台
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.

17 lines
682 B

2 years ago
import { $ as $Fetch } from './shared/ofetch.441891d5.js';
export { C as CreateFetchOptions, b as FetchContext, e as FetchError, c as FetchOptions, F as FetchRequest, a as FetchResponse, I as IFetchError, S as SearchParameters, d as createFetch, f as createFetchError } from './shared/ofetch.441891d5.js';
2 years ago
declare const fetch: typeof globalThis.fetch;
declare const Headers: {
new (init?: HeadersInit | undefined): Headers;
prototype: Headers;
};
2 years ago
declare const AbortController: {
new (): AbortController;
prototype: AbortController;
};
2 years ago
declare const ofetch: $Fetch;
declare const $fetch: $Fetch;
2 years ago
export { $Fetch, $fetch, AbortController, Headers, fetch, ofetch };