methodcrypto.Decipher.taketake(limit: number,options?: Pick<ArrayOptions, 'signal'>): Readable;This method returns a new stream with the first limit chunks.@param limitthe number of chunks to take from the readable.@returnsa stream with limit chunks taken.