NodestreamStream.Readable.prototype.dropmethod Stream.Readable.prototype.drop#Readable.prototype.drop(limit: number,options?: Pick<ArrayOptions, "signal">,): ReadableThis method returns a new stream with the first limit chunks dropped from the start. Parameters ##limit: number the number of chunks to drop from the readable. #options: Pick<ArrayOptions, "signal"> optionalReturn Type #Readable a stream with limit chunks dropped from the start.
method Stream.Readable.prototype.drop#Readable.prototype.drop(limit: number,options?: Pick<ArrayOptions, "signal">,): ReadableThis method returns a new stream with the first limit chunks dropped from the start. Parameters ##limit: number the number of chunks to drop from the readable. #options: Pick<ArrayOptions, "signal"> optionalReturn Type #Readable a stream with limit chunks dropped from the start.