• Ignores all elements in an async-iterable sequence leaving only the termination messages.

    Type Parameters

    • TSource

      The type of the elements in the source sequence

    Returns MonoTypeOperatorAsyncFunction<TSource>

    An operator that returns an empty async-iterable sequence that signals termination, successful or exceptional, of the source sequence.

Generated using TypeDoc