1.0.1 • Published 9 years ago

hex-to-binary v1.0.1

Weekly downloads
901
License
MIT
Repository
github
Last release
9 years ago

Hex to binary

npm install hex-to-binary -S

Usage

var hexToBinary = require('hex-to-binary');
var hexString = 'AF30B';

// 10101111001100001011
console.log(hexToBinary(hexString));