UNPKG

xpm

Version:

The xPack project manager command line tool

5 lines (4 loc) 214 B
import fetch, { FetchOptions } from 'make-fetch-happen'; type Response = Awaited<ReturnType<typeof fetch>>; export declare function fetchWithRetry(url: string, options: FetchOptions): Promise<Response>; export {};