u-bits-js
v0.0.4
Published
A 'micro' Js bitwise module for learning/understanding bitwise operations.
Downloads
3
Readme
u-bits-js
A 'micro' Js bitwise module for learning/understanding bitwise operations.
Prerequisites
- NodeJs / NPM
Installation
cd /path/to/your/project/
npm i u-bits-js
Testing
const uBits = require('u-bits-js')
console.log('Successful uBitsJs Import? ', uBits)
Usage
This repo is under development. Initial LTS release will be 1.0.0, and it should not be used until then.
const uBits = require('u-bits-js')
const myFlag = uBits.setBits([1, 3, 5, 20, ...], 0)
Contributing
Not currently accepting outside contributors, but feel free to clone, modify and use as you wish.
Authors
License
This project is licensed under the DO_WHATEVER_YOU_WANT License - see the LICENSE file for details