Added 'LZString Decompress' and 'LZString Compress' operations

This commit is contained in:
Peter Jacobs 2021-10-29 01:31:55 -05:00
parent ae1b12c120
commit 671ae6558f
8 changed files with 184 additions and 10 deletions

View file

@ -107,6 +107,7 @@ import "./tests/CBORDecode.mjs";
import "./tests/JA3Fingerprint.mjs";
import "./tests/JA3SFingerprint.mjs";
import "./tests/HASSH.mjs";
import "./tests/LZString.mjs";
// Cannot test operations that use the File type yet