to10
v1.0.0
Published
A module to convert a string to it's 1 and 0 representation
Downloads
3
Readme
to10
A simple library to convert a string to it's ones and zeros representation.
usage
var to10 = require('to10');
var a = to10('a');
console.log(a)
'1100001'