Skip to content

@miyue-mma/shared / Constructor

类型别名: Constructor()<T>

ts
type Constructor<T> = (...args) => T;

Constructor

类型参数

T = void

参数

args

...any[]

返回

T

Released under the MIT License.