npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-zip

1.0.0

@kevva

npmHomeRepoSnykSocket
Downloads:418934
$ npm install is-zip
DailyWeeklyMonthlyYearly

is-zip Build Status

Check if a Buffer/Uint8Array is a ZIP file

Install

$ npm install --save is-zip

Usage

var isZip = require('is-zip');
var read = require('fs').readFileSync;

isZip(read('foo.zip'));
// => true

License

MIT License © Kevin Mårtensson