UNPKG

expo

Version:
4 lines 232 B
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