Interface: Newable\

October 4, 2024 · View on GitHub

DIOD v3.0.0 • Docs


Interface: Newable<T>

Represents a newable class.

Extends

  • Function

Type Parameters

• T

Class type.

Constructors

new Newable()

new Newable(...args): T

Parameters

• ...args: any[]

Returns

T

Inherited from

Function.constructor

Contents

  1. 1Extends
  2. 2Type Parameters
  3. 3Constructors
  4. 3.1new Newable()