@thaunknown/thirty-two
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

thirty-two

Implementation of RFC 3548 Base32 encoding/decoding for node.

Installation

npm install github:osztenkurden/thirty-two#master

Usage

import base32 from "thirty-two";

base32.encode('node').toString();
// output: NZXWIZI=

base32.decode('NZXWIZI=');
//output: node

Readme

Keywords

Package Sidebar

Install

npm i @thaunknown/thirty-two

Weekly Downloads

1,894

Version

1.0.3

License

MIT

Unpacked Size

12.8 kB

Total Files

8

Last publish

Collaborators

  • thaunknown