Package Exports
- js-base32j
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 (js-base32j) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
JS-Base32j
Base32 exclude letter i j l o, without padding.
Alphabet: 0123456789abcdefghkmnpqrstuvwxyz
npm install js-base32jSee also: https://github.com/guyskk/base32j
Usage
import base32j from 'js-base32j'
base32j.encode('hello world') // 'd1kqsv3f41vqywmccg'
base32j.encode('d1kqsv3f41vqywmccg') // 'hello world'