Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FunctionConstructor

Callable

  • __call(...args: string[]): Function
  • Parameters

    • Rest ...args: string[]

    Returns Function

Index

Constructors

Properties

Constructors

constructor

  • new FunctionConstructor(...args: string[]): Function
  • Creates a new function.

    Parameters

    • Rest ...args: string[]

      A list of arguments the function accepts.

    Returns Function

Properties

prototype

prototype: Function

Generated using TypeDoc