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.
1 parent 22904d3 commit f665b3fCopy full SHA for f665b3f
docs/utility.md
@@ -44,7 +44,7 @@ type Awaited<T> =
44
} ? F extends (
45
value: infer V,
46
...args: infer _
47
- ) => any ? Awaited<...> : never:
+ ) => any ? Awaited<V> : never:
48
T;
49
```
50
0 commit comments