enc36

Encode/decode array of Numbers into shorter String representation.


Keywords
enc36, encode, decode, number, radix
License
MIT
Install
npm install enc36@1.0.0

Documentation

NPM version Build Status Dependency Status

enc36

Encode/decode array of Numbers into shorter String representation.

Install

$ npm install --save enc36

Usage

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

encode(array_of_ll);
decode(encoded_string);

License

MIT © Damian Krzeminski