1.0.1 • Published 6 years ago

base31 v1.0.1

Weekly downloads
103
License
MIT
Repository
github
Last release
6 years ago

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
1.0.1

6 years ago

1.0.0

6 years ago