Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AsyncGeneratorFunctionConstructor

Callable

  • Creates a new AsyncGenerator function.

    Parameters

    • Rest ...args: string[]

      A list of arguments the function accepts.

    Returns AsyncGeneratorFunction

Index

Constructors

Properties

Constructors

constructor

  • Creates a new AsyncGenerator function.

    Parameters

    • Rest ...args: string[]

      A list of arguments the function accepts.

    Returns AsyncGeneratorFunction

Properties

length

length: number

The length of the arguments.

name

name: string

Returns the name of the function.

prototype

A reference to the prototype.

Generated using TypeDoc