You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Luke Childs 78306e81bd Initial commit 6 years ago
src Initial commit 6 years ago
test Initial commit 6 years ago
.gitignore Initial commit 6 years ago
.travis.yml Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Initial commit 6 years ago
package.json Initial commit 6 years ago

README.md

byte-range

Returns integer ranges for C data types

Build Status Coverage Status npm

Returns the integer range for a given number of bytes or C data types. This is useful for validating values when dealing with low level protocols or interfacing with other low level languages.

Install

npm install byte-range

License

MIT © Luke Childs