hex-to-binary
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/hex-to-binary package

1.0.1 • Public • Published

Hex to binary

npm install hex-to-binary -S

Usage

var hexToBinary = require('hex-to-binary');
var hexString = 'AF30B';
 
// 10101111001100001011
console.log(hexToBinary(hexString));

Package Sidebar

Install

npm i hex-to-binary

Weekly Downloads

451

Version

1.0.1

License

MIT

Last publish

Collaborators

  • avvs