Mdrop
Bun

method

crypto.Hmac.drop

limit: number,
options?: Abortable

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.