• Bypasses a specified number of elements at the end of an async-iterable sequence.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • count: number

      Number of elements to bypass at the end of the source sequence.

    Returns MonoTypeOperatorAsyncFunction<TSource>

    An async-iterable sequence containing the source sequence elements except for the bypassed ones at the end.

Generated using TypeDoc