Skip to content

@ralphschuler.logger.Logger.<internal>.AsyncGeneratorFunction

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: AsyncGeneratorFunction

Logger.<internal>.AsyncGeneratorFunction

Callable

AsyncGeneratorFunction

AsyncGeneratorFunction(...args): AsyncGenerator<unknown, any, unknown>

Creates a new AsyncGenerator object.

Parameters

Name Type Description
...args any[] A list of arguments the function accepts.

Returns

AsyncGenerator<unknown, any, unknown>

Defined in

node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts:39

Table of contents

Constructors

Properties

Constructors

constructor

new AsyncGeneratorFunction(...args): AsyncGenerator<unknown, any, unknown>

Creates a new AsyncGenerator object.

Parameters

Name Type Description
...args any[] A list of arguments the function accepts.

Returns

AsyncGenerator<unknown, any, unknown>

Defined in

node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts:34

Properties

length

Readonly length: number

The length of the arguments.

Defined in

node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts:43


name

Readonly name: string

Returns the name of the function.

Defined in

node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts:47


prototype

Readonly prototype: AsyncGenerator<unknown, any, unknown>

A reference to the prototype.

Defined in

node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts:51

Typescript Libraries

Modules

Namespaces

Clone this wiki locally