Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 200 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 200 Bytes

Bijective function

Just a simple bijective function in JS

const {encode, decode} = require('bijective');

let a = encode('19587376'); // "bulJA"
let b = decode("bulJA");    // 196587376