We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArgumentsTuple
1 parent 46fc6e7 commit 964a5d0Copy full SHA for 964a5d0
_internal/src/types.ts
@@ -295,7 +295,7 @@ export type Middleware = (
295
config: SWRConfiguration<Data, Error, BareFetcher<Data>>
296
) => SWRResponse<Data, Error>
297
298
-type ArgumentsTuple = [any, ...unknown[]] | readonly [any, ...unknown[]]
+type ArgumentsTuple = readonly [any, ...unknown[]]
299
export type Arguments =
300
| string
301
| ArgumentsTuple
0 commit comments