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