Skip to content

Constructor

This content is for the 4.1.0 version. Switch to the latest version for up-to-date documentation.

type Constructor<T>: (...args: unknown[]) => T;

Type Parameters

Type Parameter
T

Parameters

ParameterType
argsunknown[]

Returns

T

Defined in

shoukaku/src/Utils.ts:26