• Append values to an async-iterable sequence.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • Rest ...args: TSource[]

      The values to append to the end of the async-iterable sequence.

    Returns MonoTypeOperatorAsyncFunction<TSource>

    An operator which appends values to the end of the sequence.

Generated using TypeDoc