Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

thirty-two

chrisumbel4m1.0.2

Implementation RFC 3548 Base32 encoding/decoding for node.

base32, encoding

readme

thirty-two

Implementation of RFC 3548 Base32 encoding/decoding for node.

Installation

npm install thirty-two

Usage

var base32 = require('thirty-two');
base32.encode('node');
// output: NZXWIZI=
base32.decode('NZXWIZI=');
//output: node