npm.io
1.0.0 • Published 12 years ago

is-bzip2

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
10

is-bzip2 Build Status

Check if a Buffer/Uint8Array is a BZIP2 file

Install

$ npm install --save is-bzip2

Usage

var isBzip2 = require('is-bzip2');
var read = require('fs').readFileSync;

isBzip2(read('foo.bz2'));
// => true

License

MIT License Kevin Mårtensson

Keywords