Mohammad Asif cf937194cb Removed un-waned things 1. 5 mesi fa
..
README.md cf937194cb Removed un-waned things 1. 5 mesi fa
index.js cf937194cb Removed un-waned things 1. 5 mesi fa
package.json cf937194cb Removed un-waned things 1. 5 mesi fa

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