Skip to content

Latest commit

 

History

History
executable file
·
21 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

executable file
·
21 lines (12 loc) · 323 Bytes

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