Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Execute

Hierarchy

  • Execute

Index

Methods

Methods

Static execute

  • execute(func: Function, args?: Array<any>): void
  • Executes a with the specified arguments. If the argument count does not match the function, the argument list is cropped / filled up with null values.

    Parameters

    • func: Function
    • Optional args: Array<any>

    Returns void

Generated using TypeDoc