source: frontend/node_modules/mz/zlib.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 181 bytes
Line 
1
2require('thenify-all').withCallback(
3 require('zlib'),
4 exports, [
5 'deflate',
6 'deflateRaw',
7 'gzip',
8 'gunzip',
9 'inflate',
10 'inflateRaw',
11 'unzip',
12 ]
13)
Note: See TracBrowser for help on using the repository browser.