PokéRogue
GitHub
Switch to Main
Preparing search index...
src/data/moves/move
ConstructorParameters
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
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...
Obtain the parameters of a constructor function type in a tuple