Skip to main content

Type Alias: Constructor()<T>

Constructor<T> = (...args) => T

Defined in: src/utils/Types.ts:6

Misc collection of types not specific to any XR Blocks module.

Type Parameters

T

T = object

Parameters

args

...any[]

Returns

T