• Returns a specified number of contiguous elements from 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 take from the end of the source sequence.

    Returns MonoTypeOperatorAsyncFunction<TSource>

    An async-iterable sequence containing the specified number of elements from the end of the source sequence.

Generated using TypeDoc