Function isAsyncIterable

  • Determines if the provided value adheres to the AsyncIterable protocol.

    Type Parameters

    Type Parameters

    • T

    Parameters

    • arg: any

      Any value

    Returns arg is AsyncIterable<T>

Generated using TypeDoc