• Returns a specified number of contiguous elements from the start of an iterable sequence.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • count: number

      The number of elements to return.

    Returns MonoTypeOperatorFunction<TSource>

    An iterable sequence that contains the specified number of elements from the start of the input sequence.

Generated using TypeDoc