• Converts the async-iterable sequence to an observable.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • source: AsyncIterable<TSource>

      The async-iterable to convert to an observable.

    Returns Observable<TSource>

    The observable containing the elements from the async-iterable.

Generated using TypeDoc