Type alias Target<V>

Target<V>: (new (...args) => V)

Type helper to allow Factoring Targeted constructors with required arguments. Used and to be used in conjunction with the Target decorator.

Type Parameters

Type declaration

    • new (...args): V
    • Parameters

      • Rest ...args: any[]

      Returns V

Generated using TypeDoc