Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncGeneratorFunction

Hierarchy

  • AsyncGeneratorFunction

Callable

  • AsyncGeneratorFunction(...args: any[]): AsyncGenerator<unknown, any, unknown>
  • Creates a new AsyncGenerator object.

    Parameters

    • Rest ...args: any[]

      A list of arguments the function accepts.

    Returns AsyncGenerator<unknown, any, unknown>

Index

Constructors

Properties

Constructors

  • new AsyncGeneratorFunction(...args: any[]): AsyncGenerator<unknown, any, unknown>
  • Creates a new AsyncGenerator object.

    Parameters

    • Rest ...args: any[]

      A list of arguments the function accepts.

    Returns AsyncGenerator<unknown, any, unknown>

Properties

length: number

The length of the arguments.

name: string

Returns the name of the function.

prototype: AsyncGenerator<unknown, any, unknown>

A reference to the prototype.

Generated using TypeDoc