voisona-talk-api / Constructor
Type Alias: Constructor<T>
Constructor<
T> = (...args) =>T
Defined in: types.ts:282
Generic constructor type for mixins.
Type Parameters
T
T = any
Parameters
args
...any[]
Returns
T
voisona-talk-api / Constructor
Constructor<
T> = (...args) =>T
Defined in: types.ts:282
Generic constructor type for mixins.
T = any
...any[]
T