index.js 150 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 (function () { 'use strict'; module.exports = { 'inflate': require('./lib/rawinflate.js'), 'deflate': require('./lib/rawdeflate.js') }; }());