Files
Remote-Control-Center/mc_test/node_modules/mz/zlib.js
2025-11-25 09:56:15 +03:00

14 lines
181 B
JavaScript
Executable File

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