@nrk/rfetch
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -50,2 +50,2 @@ export interface RetryOptionsContext { | ||
export function rfetch(url: string, options: Object | null, retryOptions: RetryOptions | null): Promise<any>; | ||
export default function rfetch(url: RequestInfo, options?: RequestInit, retryOptions?: RetryOptions): Promise<Response>; |
{ | ||
"name": "@nrk/rfetch", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "rfetch - fetch with retry", | ||
@@ -5,0 +5,0 @@ "main": "./lib/rfetch.js", |
64400