Skip to content

TypeAlias.Constructor

github-actions[bot] edited this page May 26, 2026 · 27 revisions

umt / Constructor

Type Alias: Constructor<T>

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

Defined in: Validate/instanceof/core.ts:15

Type Parameters

T

T

Parameters

arguments_

...any[]

Returns

T

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally