Mtake
Bun

method

zlib.Unzip.take

limit: number,
options?: Pick<ArrayOptions, 'signal'>

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

@param limit

the number of chunks to take from the readable.

@returns

a stream with limit chunks taken.