var z_inflate = require('zlib/inflate.js'); var Inflate = function(options) { } Inflate.prototype.push = function(input) { } Inflate.prototype.finish = function() { } Inflate.prototype.onData = function(output) { } Inflate.prototype.onEnd = function(error) { } exports.Inflate = Inflate; exports.inflate = function(input, options) { } exports.inflateRaw = function(input, options) { }