base31

1.0.1 • Public • Published

base31

A Base31 encoding and decoding library for Javascript.

Includes

23456789abcdefghjkmnpqrstuvwxyz

excludes

0o1il

Usage

const base31 = require('base31')
 
let encodedValue = base31.encode(1547625598); // 3s3tfge
let decodedValue = base31.decode('3s3tfge'); // 1547625598
 

Readme

Keywords

Package Sidebar

Install

npm i base31

Weekly Downloads

371

Version

1.0.1

License

MIT

Unpacked Size

5.5 kB

Total Files

6

Last publish

Collaborators

  • karthikdivi