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

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • count: number

      The number of elements to return.

    Returns MonoTypeOperatorAsyncFunction<TSource>

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

Generated using TypeDoc