Type alias Newable<T>

Newable<T>: function(new:T, ...any)

A constructor type that can be instantiated with the new keyword.

Type Parameters

  • T

Generated using TypeDoc