JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q66021F
  • License GPL-3.0

base32 to buffer and buffer to base32 conversions.

Package Exports

  • buf-b32

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 (buf-b32) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

buf-b32

Converts a buffer holding binary to base32 (buf_b32 or encode); and converts a buffer or base32 string into a buffer (b32_buf or decode).

Uses loads of bitwise notation. Have fun?