Constructor
Constructor<
T
> = (…args
) =>T
Defined in: utils/types.ts:8
A generic constructor type.
Type Parameters
Section titled “Type Parameters”T
= NonNullable
<unknown
>
The type of the instance that the constructor creates.
Parameters
Section titled “Parameters”…any
[]
Returns
Section titled “Returns”T