Preparing search index...
The search index is not available
utilium
utilium
Expand
Type Alias Expand<T>
Expand
<
T
>
:
T
extends
(
(
...
args
:
infer
A
)
=>
infer
R
)
?
(
(
...
args
:
Expand
<
A
>
)
=>
Expand
<
R
>
)
:
T
extends
infer
O
?
{
[
K
in
keyof
O
]
:
O
[
K
]
}
:
never
Expands the type T (for intellisense and debugging)
Type Parameters
T
See
https://stackoverflow.com/a/69288824/17637456
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
utilium
Loading...
Expands the type T (for intellisense and debugging)