ssap_app/node_modules/expo/build/winter/fetch/fetch.d.ts

4 lines
232 B
TypeScript

import { FetchResponse } from './FetchResponse';
import type { FetchRequestInit } from './fetch.types';
export declare function fetch(url: string, init?: FetchRequestInit): Promise<FetchResponse>;
//# sourceMappingURL=fetch.d.ts.map