Type alias Receiver<F>

Receiver<F>: F extends ((this, ...a) => any)
    ? T
    : never

Infer the this target of a function

Type Parameters

  • F

Generated using TypeDoc