A package that takes in a single parameter num and converts it to a hexadecimal string
npm install number_to_hexyarn add number_to_hexconst NumberToHex = require("number_to_hex");
console.log(NumberToHex(5)); //This will output: "0x5"Feel free to make a pull request.
ISC
Samuel Nzomo