1.0.0 • Published 2 years ago

binary-stream-equals v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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