0.1.5 • Published 1 year ago

@3-/intbin v0.1.5

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

@3-/intbin

test/main.coffee :

#!/usr/bin/env coffee

> @3-/intbin/binU64.js
  @3-/intbin/u64Bin.js
  @3-/intbin/u64B64.js
  @3-/intbin/b64U64.js

b = u64Bin 51230
console.log b
console.log binU64(b)

b = u64B64 51230
console.log b
console.log b64U64(b)

output :

<Buffer 1e c8>
51230
Hsg
51230

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

0.1.5

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.5

2 years ago