We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0bd46 commit 65bd4adCopy full SHA for 65bd4ad
index.d.ts
@@ -1,8 +1,8 @@
1
export = request;
2
export as namespace request;
3
4
-declare function request(options?: Partial<RequestOptions>): Methods
5
declare function request(url?: RequestURL): Methods
+declare function request(options?: Partial<RequestOptions>): Methods
6
7
type RequestBody =
8
| BodyInit
0 commit comments