3 lines
230 B
TypeScript
3 lines
230 B
TypeScript
import { type FetchRequestInit } from 'expo/fetch';
|
|
export declare function fetch(input: string, init?: FetchRequestInit): Promise<import("expo/build/winter/fetch/FetchResponse").FetchResponse>;
|
|
//# sourceMappingURL=fetch.d.ts.map
|