@w11k/rx-ninja
Preparing search index...
Newable
Type Alias Newable<T>
Newable
:
new
(
...
args
:
any
[]
)
=>
T
Represents something that can be called with new and produces a T e.g. a class
Type Parameters
T
Type Declaration
new
(
...
args
:
any
[]
)
:
T
Parameters
...
args
:
any
[]
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@w11k/rx-ninja
Loading...
Represents something that can be called with new and produces a T e.g. a class