2.2.5 • Published 3 years ago

binary-utility-functions v2.2.5

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

Binary Utility Functions

npm version Commitizen friendly

This library provides a handy set of utility functions for manipulating binary values- such as those ascertained from a Buffer, or a TCP stream. These functions can be split into two categories:

  1. Type validity checking
  2. Type conversion

The purpose of this library is to assist with designing or using Binary protocols.

Getting Started

To get started, simply run: npm i binary-utility-functions at the root of the project.

From here, import the code into a file. Both ESM and CJS imports are supported.

See:

  • types.md for details on the integer types that this function supports.
  • naming_conventions.md for documentation on function naming conventions.
  • examples.md for example usages of every function provided by this library.
2.2.5

3 years ago

2.2.4

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago