Type alias Bind1<F, Ctx>

Bind1<F, Ctx>: F extends ((this, ...args) => infer R)
    ? ((...args) => R)
    : unknown

Type Parameters

  • F

  • Ctx