Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AsyncGeneratorFunction

Callable

  • Creates a new AsyncGenerator object.

    Parameters

    • Rest ...args: any[]

      A list of arguments the function accepts.

    Returns AsyncGenerator

Index

Constructors

Properties

Constructors

constructor

  • Creates a new AsyncGenerator object.

    Parameters

    • Rest ...args: any[]

      A list of arguments the function accepts.

    Returns AsyncGenerator

Properties

length

length: number

The length of the arguments.

name

name: string

Returns the name of the function.

prototype

prototype: AsyncGenerator

A reference to the prototype.

Generated using TypeDoc