@jiminp/tooltool
    Preparing search index...

    Type Alias AsyncEvent<Y, R, T>

    Union type representing all possible events in an async generator execution.

    An event can be:

    Type Parameters

    • Y

      The type of yielded values

    • R

      The type of the return value

    • T = unknown

      The type of thrown values/errors (default: unknown)