UNPKG

189 BTypeScriptView Raw
1export declare function fetch_no_cache(url: string, method?: string): Promise<Response>;
2export declare const fetch_retry: (url: string, num_remain?: number, e?: any) => Promise<Response>;