Type Alias: FirstParameter<T>
FirstParameter<
T
>:Parameters
<T
>[0
]
The generic type that returns the first parameter of the generic type T. Internal use only.
Type Parameters
• T extends (...args
) => any
FirstParameter<
T
>:Parameters
<T
>[0
]
The generic type that returns the first parameter of the generic type T. Internal use only.
• T extends (...args
) => any