2.0.0 • Published 7 years ago

aureooms-js-integer-little-endian v2.0.0

Weekly downloads
4
License
AGPL-3.0
Repository
github
Last release
7 years ago

js-integer-little-endian

Integer numbers little endian library for JavaScript.

integer.parse( 16 , 100 , 'ff' ) ; // [ 2 , 55 ]
integer.stringify( 100 , 16 , [ 2 , 55 ] ) ; // 'ff'

NPM license NPM version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Documentation

Reference