HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1780863/root/usr/local/lib/node_modules/pm2/node_modules/js-git/doc/lib/
Upload File :
Current File : //proc/1780863/root/usr/local/lib/node_modules/pm2/node_modules/js-git/doc/lib/deflate.md
# Deflate

This module implements a simple interface that when normal given data, returns the deflated version in a callback.  This wraps the pako dependency.

## deflate(inflated) => deflated

```js
var deflate = require('js-git/lib/deflate');

var deflated = deflate(original);
```