1.0.4 • Published 4 years ago

array-buffer-reader v1.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

ArrayBuffer Reader

Provides a class for reading a byte array or ArrayBuffer as a binary stream.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm run test to execute the unit tests via Karma.