@vijay0405/js-number-converter
v2.2.0
Published
Convert big integer numbers, binary, decimal, hexadecimal
Downloads
3
Maintainers
Readme
@vijay0405/js-number-converter
Convert binary, decimal, big integer numbers, hexadecimal
Install
npm i @vijay0405/js-number-converter
Usage
const convert = require("@vijay0405/js-number-converter");
/*
Available types
Binary - "bin",
Decimal - "dec",
Hexadecimal - "hex"
*/
//convert(inputValue, inputType, outputType)
convert("158742613876433232361948262226774047556604", "dec", "hex");
//=> "1d280ab59fb67182d695118616eb3a383fc"
Demo
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.