deflate.md 284 B

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

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

var deflated = deflate(original);