drop

fun drop(limit: Number, options: ArrayOptions = definedExternally): Readable(source)

This method returns a new stream with the first limit chunks dropped from the start.

Since

v17.5.0

Parameters

limit

the number of chunks to drop from the readable.