preact-material-components
Version:
preact wrapper for "Material Components for the web"
24 lines (15 loc) • 459 B
Markdown
> Check if a Buffer/Uint8Array is a ZIP file
```sh
$ npm install --save is-zip
```
```js
var isZip = require('is-zip');
var read = require('fs').readFileSync;
isZip(read('foo.zip'));
// => true
```
[](http://en.wikipedia.org/wiki/MIT_License) © [Kevin Mårtensson](https://github.com/kevva)