🛠️
Notes
Search...
Ctrl + K
Last updated
2 years ago
Previous
Using entr to react to file changes
Next
The command-line window
typescript
Inferring the type of elements in an array
Copy
type
Unarray
<
T
>
=
T
extends
Array
<
infer
U
>
?
U
:
T