@quik/core
@quik/core / Constructor
Type Alias: Constructor<T>
Constructor<T> = (...args) => T
Defined in: types/General.ts:16
Class constructor type definition.
Type Parameters
T = any
Index Signature
[key: string]: any
Parameters
args
...any[]
Returns
T