@half0wl/container / Constructor
Type Alias: Constructor()<T>
ts
type Constructor<T> = (...args) => T;Defined in: base.ts:3
A class constructor type.
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Parameters
| Parameter | Type |
|---|---|
...args | any[] |
Returns
T