@arcmantle/library
Preparing search index...
types/class.types
Ctor
Type Alias Ctor<T>
Ctor
:
Interface
<
T
>
&
{
prototype
:
InstanceType
<
T
>
;
new
(
...
args
:
any
[]
)
:
InstanceType
<
T
>
;
}
Represents a record that also has a constructor function.
Typically used to represent a class.
Type Parameters
T
extends
new
(
...
args
:
any
[]
)
=>
any
=
new
(
...
args
:
any
[]
)
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@arcmantle/library
Loading...
Represents a record that also has a constructor function.
Typically used to represent a class.