method ReadableBase.prototype.drop
ReadableBase.prototype.drop(limit: number,options?: Pick<ArrayOptions, "signal">,): Readable
Deprecated
This method returns a new stream with the first limit chunks dropped from the start.
optional
options: Pick<ArrayOptions, "signal">
Readable
a stream with limit chunks dropped from the start.