@metreeca/pipe - v0.9.11
    Preparing search index...

    Function skip

    • Creates a task skipping the first n items from the stream.

      Items are processed sequentially and output order is preserved.

      Type Parameters

      • V

        The type of items in the stream

      Parameters

      • n: number

        The number of items to skip (negative values treated as zero)

      Returns Task<V>

      A task that skips the first n items