JSPM

js-base32j

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q5603F
  • License MIT

Base32 exclude letter i j l o, without padding.

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-base32j

See also: https://github.com/guyskk/base32j

Usage

import base32j from 'js-base32j'

base32j.encode('hello world')          // 'd1kqsv3f41vqywmccg'
base32j.encode('d1kqsv3f41vqywmccg')   // 'hello world'