Interface Constructor<T>

A callable type with the "new" operator allows class and constructor.

interface Constructor<T> {
    new Constructornew (...args): T;
}

Type Parameters

  • T = unknown

Constructors

Constructors

Generated using TypeDoc