mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-09-12 09:36:20 +00:00
13 lines
181 B
JavaScript
13 lines
181 B
JavaScript
|
|
require('thenify-all').withCallback(
|
|
require('zlib'),
|
|
exports, [
|
|
'deflate',
|
|
'deflateRaw',
|
|
'gzip',
|
|
'gunzip',
|
|
'inflate',
|
|
'inflateRaw',
|
|
'unzip',
|
|
]
|
|
)
|