Typescript Library Declarations (ES2024)
Type Alias ConstructorParameters<T>
ConstructorParameters
:
T
extends
abstract
new
(
...
args
:
infer
P
)
=>
any
?
P
:
never
Obtain the parameters of a constructor function type in a tuple
Type Parameters
T
extends
abstract
new
(
...
args
:
any
)
=>
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Typescript Library Declarations (ES2024)
Obtain the parameters of a constructor function type in a tuple