0.0.1 • Published 1 year ago

@w5/li2bit v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@w5/li2bit

test/main.coffee :

#!/usr/bin/env coffee

> @w5/li2bit

console.log li2bit([1,0,1]).toString 2
console.log li2bit([0,0,1]).toString 2
console.log li2bit([1,0,0]).toString 2
console.log li2bit([1,1,1]).toString 2
console.log li2bit([1,1,1])

output :

123
0.0.1

1 year ago