compressarray
v1.2.3
Published
Compress any Array with ez!
Downloads
3
Maintainers
Readme
Compress Array
Install with: npm i compressarray
With this package you can easily compress any Object at any Size!
const arrayCompress = require("compressarray");
const compressed = arrayCompress.compress({
test: "Hello",
whatsUp: true,
someNumber: 1,
});
console.log(arrayCompress.decompress(compressed));
It even keeps the Types and everything! It also has protection features and is fully sync, no await or Promises. To help me out you can Fund this project if you like ;D.
Changelog
- Added support for List Arrays
- Added support for nested List Arrays
- Added support for nesting an List Array inside an Array
- Added support for nesting an Array inside an List Array
- Added an Version Checker
If you want to help me out you can Support me Via PayPal ;D! My PayPal