mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 18:30:38 +00:00
14 lines
181 B
JavaScript
14 lines
181 B
JavaScript
|
|
require('thenify-all').withCallback(
|
|
require('zlib'),
|
|
exports, [
|
|
'deflate',
|
|
'deflateRaw',
|
|
'gzip',
|
|
'gunzip',
|
|
'inflate',
|
|
'inflateRaw',
|
|
'unzip',
|
|
]
|
|
)
|