Mohammad Asif cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos
..
README.md cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos
index.js cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos
package.json cf937194cb Removed un-waned things 1. %!s(int64=2) %!d(string=hai) anos

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