租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
181 B

3 months ago
  1. require('thenify-all').withCallback(
  2. require('zlib'),
  3. exports, [
  4. 'deflate',
  5. 'deflateRaw',
  6. 'gzip',
  7. 'gunzip',
  8. 'inflate',
  9. 'inflateRaw',
  10. 'unzip',
  11. ]
  12. )