神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface AsyncGeneratorFunctionConstructor

    interface AsyncGeneratorFunctionConstructor {
        new AsyncGeneratorFunctionConstructor(
            ...args: string[],
        ): AsyncGeneratorFunction;
        new AsyncGeneratorFunctionConstructor(
            ...args: string[],
        ): AsyncGeneratorFunction;
        length: number;
        name: string;
        prototype: AsyncGeneratorFunction;
        (...args: string[]): AsyncGeneratorFunction;
        (...args: string[]): AsyncGeneratorFunction;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    length: number

    The length of the arguments.

    name: string

    Returns the name of the function.

    A reference to the prototype.