is-bzip2

1.0.0 • Public • Published

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

Dependents (6)

Package Sidebar

Install

npm i is-bzip2

Weekly Downloads

159,763

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kevva