binary-stream-equals

1.0.0 • Public • Published

binary-stream-equals

Check if two binary streams have the same content

npm install binary-stream-equals

(Only works with streamx and the latest versions of Node's readable-stream)

Usage

const streamEquals = require('binary-stream-equals')

// Note that streamEquals consumes and destroys the streams when done
const eq = await streamEquals(binaryStreamA, binaryStreamB)

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i binary-stream-equals

Weekly Downloads

1,289

Version

1.0.0

License

MIT

Unpacked Size

7.87 kB

Total Files

6

Last publish

Collaborators

  • mafintosh