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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    181,632
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    181,632
  • 0.1.0
    46

Package Sidebar

Install

npm i is-bzip2

Weekly Downloads

135,197

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kevva