@accateo/hex2bin NPM Package to convert hexadecimal number to binary Install $ npm install @accateo/hex2bin Usage const hex2bin = require("@accateo/hex2bin"); hex2bin("16"); //=> 0001 0110