Documentation
GitHub
Preparing search index...
core
ConstructorOf
Type Alias ConstructorOf<TConstructed>
ConstructorOf
:
new
(
...
args
:
any
[]
)
=>
TConstructed
Describes a function that is a constructor for something.
Type Parameters
TConstructed
The type this is a constructor for.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Documentation
Loading...
Describes a function that is a constructor for something.