mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 18:23:47 +00:00
Modified bzip2 library export to use ES6 syntax. Fixes #382.
This commit is contained in:
2
src/core/vendor/bzip2.js
vendored
2
src/core/vendor/bzip2.js
vendored
@@ -262,4 +262,4 @@ bzip2.decompress = function(bits, size, len){
|
||||
return output;
|
||||
}
|
||||
|
||||
module.exports = bzip2;
|
||||
export default bzip2;
|
||||
|
||||
Reference in New Issue
Block a user