@metreeca/core - v0.9.1
    Preparing search index...

    Function isAsyncIterable

    • Checks if a value is async iterable.

      Type Parameters

      • T = unknown

        The type of iterated values

      Parameters

      • value: unknown

      Returns value is AsyncIterable<T, any, any>

      true if the value implements the async iterable protocol (has a [Symbol.asyncIterator] method)