compressarray

1.2.3 • Public • Published

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

Package Sidebar

Install

npm i compressarray

Weekly Downloads

2

Version

1.2.3

License

MIT

Unpacked Size

12.8 kB

Total Files

6

Last publish

Collaborators

  • eiskalterfreund