@petsel/es-type-detection - v1.0.0
    Preparing search index...

    Type Alias AsyncGeneratorFunction

    AsyncGeneratorFunction: Function & {
        __brand: "AsyncGeneratorFunction";
        __constructorName: "AsyncGeneratorFunction";
        prototype: AsyncGenerator;
    }

    The constructor function for AsyncGenerator instances, i.e.:

    /** @type {AsyncGeneratorFunction} */
    const AsyncGeneratorCtor = (async function* () {}).constructor;

    @property {'AsyncGeneratorFunction'} [Symbol.toStringTag] Defines the Symbol.toStringTag property as "AsyncGeneratorFunction".