AsyncOrderedIterable Namespace

    Package: @esfx/async-iter-ordered

    Functions

    hasInstance(x)

    Declaration
    function hasInstance(x: unknown): x is AsyncOrderedIterable<unknown>;
    Parameters
    x
    unknown

    Returns
    x is AsyncOrderedIterable<unknown>

    Variables

    thenByAsync

    Declaration
    thenByAsync: unique symbol
    Generated by DocFX