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 5d8e16c080 Check integer ranges are safe 6 years ago
src Check integer ranges are safe 6 years ago
test Check integer ranges are safe 6 years ago
.gitignore Initial commit 6 years ago
.travis.yml Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Fix readme typo 6 years ago
package.json 0.1.0 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