binary-number-translator
v0.0.3
Published
A simple tool to convert binary into numbers
Downloads
2
Readme
binary-number-translator
A simple tool to convert bytes into numbers
import convert from 'binary-number-translator';
console.log(convert('00000010')); // 2
console.log(convert('00000110')); // 6