django-cotton/docs/docs_project/node_modules/mz/zlib.js
2024-06-08 14:33:11 +01:00

13 lines
181 B
JavaScript

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