mirror of
https://github.com/gchq/CyberChef
synced 2025-12-17 16:53:45 +00:00
ESM: Ported Bzip2, Diff and Tar operations
This commit is contained in:
2
src/core/vendor/bzip2.js
vendored
2
src/core/vendor/bzip2.js
vendored
@@ -261,3 +261,5 @@ bzip2.decompress = function(bits, size, len){
|
||||
}
|
||||
return output;
|
||||
}
|
||||
|
||||
module.exports = bzip2;
|
||||
|
||||
Reference in New Issue
Block a user