Interface GeneratorFunction

Hierarchy

  • GeneratorFunction
  • Creates a new Generator object.

    Parameters

    • Rest ...args: any[]

      A list of arguments the function accepts.

    Returns Generator<unknown, any, unknown>

Constructors

Properties

Constructors

  • Creates a new Generator object.

    Parameters

    • Rest ...args: any[]

      A list of arguments the function accepts.

    Returns Generator<unknown, any, unknown>

Properties

[toStringTag]: string
length: number

The length of the arguments.

name: string

Returns the name of the function.

prototype: Generator<unknown, any, unknown>

A reference to the prototype.