ESM: Ported Bzip2, Diff and Tar operations

This commit is contained in:
n1474335 2018-05-21 18:23:05 +00:00
parent 749b0510e7
commit cefe3fc542
6 changed files with 459 additions and 2 deletions

View file

@ -261,3 +261,5 @@ bzip2.decompress = function(bits, size, len){
}
return output;
}
module.exports = bzip2;