Files
opencrm/frontend/node_modules/mz/zlib.js
T
Stefan Hacker e209e9bbca first commit
2026-01-29 01:16:54 +01:00

14 lines
181 B
JavaScript

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