enc36

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i enc36

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2 kB

Total Files

3

Last publish

Collaborators

  • pirxpilot