summaryrefslogblamecommitdiff
path: root/node_modules/mz/zlib.js
blob: a05c26a6abba33c8a87cde2928251257652fc5a4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                    

require('thenify-all').withCallback(
  require('zlib'),
  exports, [
    'deflate',
    'deflateRaw',
    'gzip',
    'gunzip',
    'inflate',
    'inflateRaw',
    'unzip',
  ]
)