Function call

  • Checks if obj.key is a function, and calls it with any given args.

    Returns

    obj.key(...args) or undefined.

    Parameters

    • obj: any
    • key: PropertyKey
    • Rest ...args: any[]

    Returns any

Generated using TypeDoc