• Bypasses a specified number of elements in an async-iterable sequence and then returns the remaining elements.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • count: number

      The number of elements to skip before returning the remaining elements.

    Returns MonoTypeOperatorAsyncFunction<TSource>

    An async-iterable sequence that contains the elements that occur after the specified index in the input sequence.

Generated using TypeDoc