HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1780863/root/usr/local/lib/node_modules/pm2/node_modules/js-git/lib/
Upload File :
Current File : //proc/1780863/root/usr/local/lib/node_modules/pm2/node_modules/js-git/lib/inflate.js
var pako = require('pako');
var Binary = require('bodec').Binary;
if (Binary === Uint8Array) {
  module.exports = pako.inflate;
}
else {
  module.exports = function inflate(value) {
    return new Binary(pako.inflate(new Uint8Array(value)));
  };
}