Type Alias Receiver<F>

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

Infer the this target of a function

Type Parameters

  • F