@rg-dev/stdlib
Advanced tools
@@ -44,3 +44,3 @@ type Options = { | ||
| declare function fetchHelperJSON(url: string, config?: RequestInit): Promise<any>; | ||
| declare function fetchHelperJSON<T extends Record<string, any>>(url: string, config?: RequestInit): Promise<T>; | ||
| declare function fetchHelperText(url: string, config?: RequestInit): Promise<string>; | ||
@@ -47,0 +47,0 @@ |
@@ -44,3 +44,3 @@ type Options = { | ||
| declare function fetchHelperJSON(url: string, config?: RequestInit): Promise<any>; | ||
| declare function fetchHelperJSON<T extends Record<string, any>>(url: string, config?: RequestInit): Promise<T>; | ||
| declare function fetchHelperText(url: string, config?: RequestInit): Promise<string>; | ||
@@ -47,0 +47,0 @@ |
+1
-1
| { | ||
| "name": "@rg-dev/stdlib", | ||
| "version": "1.0.30", | ||
| "version": "1.0.31", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
538711
0.01%