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