Type alias Cvoid<C>

Cvoid<C>: Ctor<C> | {} | void

A union type representing either a constructor Complex, an object, or void. Used to hint that a static method can also be invoked "bare".

Type Parameters

  • C

Type declaration

    Generated using TypeDoc