Package Exports
- convert-base32
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (convert-base32) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
convert-base32
This module converts strings to/from Base32 encoding, and aims to be 100% compatible with Perl's Convert::Base32.
Ported from the Convert::Base32 Perl module authored by Tatsuhiko Miyagawa.
Installation
npm install convert-base32
Usage
require! {
\convert-base32
}
encoded = convert-base32.encode 'something special'
decoded = convert-base32.decode encoded
Contributing
Please edit the LiveScript under the src dir. Run make build and commit the src and lib dirs.
Release History
- 0.9.0 Initial release