Skip to content

@half0wl/container / Constructor

Type Alias: Constructor()<T>

ts
type Constructor<T> = (...args) => T;

Defined in: base.ts:3

A class constructor type.

Type Parameters

Type ParameterDefault type
Tunknown

Parameters

ParameterType
...argsany[]

Returns

T