method
crypto.Decipher.drop
drop(
limit: number,
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.