Skip to content

voisona-talk-api


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