4 lines
277 B
TypeScript
4 lines
277 B
TypeScript
import { FetchResponse } from './FetchResponse';
|
|
import type { FetchRequestInit, FetchRequestLike } from './fetch.types';
|
|
export declare function fetch(input: string | URL | FetchRequestLike, init?: FetchRequestInit): Promise<FetchResponse>;
|
|
//# sourceMappingURL=fetch.d.ts.map
|