• Returns a specified number of contiguous elements from the end of an 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 MonoTypeOperatorFunction<TSource>

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

Generated using TypeDoc