digitconverter
v0.0.7
Published
This package convert digit to bin,oct and hex
Downloads
2
Maintainers
Readme
Decimal to Bin, Oct and Hex converter (for learning purpose)
Install
npm install digitconvertor
API
- toBin(value)
where, value=number
- toOct(value)
where, value=number
- toHex(value)
where, value=number