🛠️
Notes
⌘
Ctrl
k
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
Copy
On this page
typescript
Inferring the type of elements in an array
Copy
type
Unarray
<
T
>
=
T
extends
Array
<
infer
U
>
?
U
:
T
Previous
Using entr to react to file changes
Next
The command-line window
Last updated
4 years ago