Mohammad Asif cf937194cb Removed un-waned things 1. преди 5 месеца
..
README.md cf937194cb Removed un-waned things 1. преди 5 месеца
index.js cf937194cb Removed un-waned things 1. преди 5 месеца
package.json cf937194cb Removed un-waned things 1. преди 5 месеца

README.md

is-gzip Build Status

Check if a Buffer/Uint8Array is a GZIP file

Install

$ npm install --save is-gzip

Usage

var isGzip = require('is-gzip');
var read = require('fs').readFileSync;

isGzip(read('foo.tar.gz'));
// => true

License

MIT License © Kevin Mårtensson