Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctionBind

Hierarchy

  • FunctionBind

Callable

  • __call<T, TResult>(func: T, thisArg: any, ...partials: any[]): TResult
  • __call<TResult>(func: Function, thisArg: any, ...partials: any[]): TResult
  • Type parameters

    • T: Function

    • TResult: Function

    Parameters

    • func: T
    • thisArg: any
    • Rest ...partials: any[]

    Returns TResult

  • Type parameters

    • TResult: Function

    Parameters

    • func: Function
    • thisArg: any
    • Rest ...partials: any[]

    Returns TResult

Index

Properties

Properties

placeholder

placeholder: any