Skip to content

Documentation / base / GenericConstructor

Type Alias: GenericConstructor()<T>

GenericConstructor<T> = T

Defined in: libs/base/src/utils.ts:292

A generic constructor type

Type Parameters

T

T = object

new GenericConstructor(...args): T

A generic constructor type

Parameters

args

...any[]

Returns

T

Methods

isPrototypeOf()

isPrototypeOf(v): boolean

Defined in: libs/base/src/utils.ts:294

Parameters

v

object

Returns

boolean

Released under the MIT License.