1.0.1 • Published 5 years ago

base31 v1.0.1

Weekly downloads
103
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0

5 years ago