UNPKG

427 BMarkdownView Raw
1# bs32
2
3Base32 for javascript.
4
5## Usage
6
7``` js
8const base32 = require('bs32');
9```
10
11## Contribution and License Agreement
12
13If you contribute code to this project, you are implicitly allowing your code
14to be distributed under the MIT license. You are also implicitly verifying that
15all code is your original work. `</legalese>`
16
17## License
18
19- Copyright (c) 2017, Christopher Jeffrey (MIT License).
20
21See LICENSE for more info.