Logo  

Home - Old Man Programmer

Displaying webapps/vt100/doc//pako//benchmark//implementations//inflate-zlib//index.js

'use strict'

var zlib = require('zlib');

exports.run = function(data) {
  zlib.inflateSync(data.deflateBuffer);
}