All Projects → kevva → Is Zip

kevva / Is Zip

Licence: mit
Check if a Buffer/Uint8Array is a ZIP file

Programming Languages

javascript
184084 projects - #8 most used programming language

is-zip Build Status

Check if a Buffer/Uint8Array is a ZIP file

Install

$ npm install --save is-zip

Usage

const fs = require('fs');
const isZip = require('is-zip');

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

License

MIT © Kevin Mårtensson

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].