Mdrop
Bun

method

crypto.DecipherOCB.drop

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

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

@param limit

the number of chunks to drop from the readable.

@returns

a stream with limit chunks dropped from the start.