npm.io
1.0.1 • Published 11 years ago

hex-to-binary

Licence
MIT
Version
1.0.1
Deps
0
Vulns
0
Weekly
0
Stars
9

Hex to binary

npm install hex-to-binary -S

Usage

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

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

Keywords