Skip to content

Constructor

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

Defined in: utils/types.ts:8

A generic constructor type.

T = NonNullable<unknown>

The type of the instance that the constructor creates.

any[]

T