1.0.0 • Published 6 years ago

to10 v1.0.0

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
6 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

6 years ago