Constructor
This content is for the 4.1.0 version. Switch to the latest version for up-to-date documentation.
type Constructor<T>: (...args: unknown[]) => T;Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
…args | unknown[] |
Returns
T
This content is for the 4.1.0 version. Switch to the latest version for up-to-date documentation.
type Constructor<T>: (...args: unknown[]) => T;| Type Parameter |
|---|
T |
| Parameter | Type |
|---|---|
…args | unknown[] |
T