Constructor

参数
type Constructor<T> = (...params) => T

类型: (...params) => T

  • T: any

参数

  • params: ...any

返回:T

BIMFlux AI