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