@luolapeikko/ts-common
    Preparing search index...

    Function isAsyncIterable

    • Type guard that checks if a value is an async iterable object.

      Type Parameters

      • T

        The type of elements contained in the async iterable.

      Parameters

      • value: unknown

        The value to check for async iterability.

      Returns value is AsyncIterable<T, any, any>

      true if the value implements the AsyncIterable interface; otherwise, false.

      Use IterCore.isAsyncIterable instead

      v0.4.5