Documents for @litert/utils-ts-types
Preparing search index...
IElementOfArray
Type Alias IElementOfArray<T>
IElementOfArray
:
T
extends
(
infer
U
)
[]
?
U
:
never
The utility type to extract the type of the array elements.
Type Parameters
T
extends
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documents for @litert/utils-ts-types
Loading...
The utility type to extract the type of the array elements.