Constructor
Constructor<
T> = (…args) =>T
Defined in: utils/types.ts:10
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