Type Alias Constructor<T>

Constructor: new (...args: any[]) => T

コンストラクタ型。

Type Parameters

  • T extends {} = {}