Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctionConstructor

Hierarchy

  • FunctionConstructor

Callable

  • Parameters

    • Rest ...args: string[]

    Returns <internal>.Function

Index

Constructors

Properties

Constructors

constructor

  • Creates a new function.

    Parameters

    • Rest ...args: string[]

      A list of arguments the function accepts.

    Returns <internal>.Function

Properties

Readonly prototype

prototype: <internal>.Function

Generated using TypeDoc