Type Alias ConstructorArgumentsOf<T>

ConstructorArgumentsOf: T extends new (...args: infer A) => any ? A : never

Type Parameters

  • T