This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

jsbinaryutils

1.0.9 • Public • Published

JSBinaryUtils

https://www.npmjs.com/package/jsbinaryutils

USE:

npm i jsbinaryutils

sample code

const BinaryStream = require('jsbinaryutils')

let stream = new BinaryStream()

stream.writeByte(1)

console.log(stream.buffer)

Readme

Keywords

Package Sidebar

Install

npm i jsbinaryutils

Weekly Downloads

9

Version

1.0.9

License

ISC

Unpacked Size

10.3 kB

Total Files

3

Last publish

Collaborators

  • herryyt