1.0.0 • Published 7 years ago

to10 v1.0.0

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
7 years ago

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'
1.0.0

7 years ago