Function call

  • Invoke a function with specified this-object, and arguments provided individually. 📘

    Parameters

    • x: Function

      a function

    • Optional ths: any

      this object to invoke with

    • Rest ...args: any[]

      arguments

    Returns any

    this.x(...args)

Generated using TypeDoc