Files
site/nova-components/NovaLeader/node_modules/is-bzip2
2025-04-21 16:03:20 +02:00
..
2025-04-21 16:03:20 +02:00
2025-04-21 16:03:20 +02:00
2025-04-21 16:03:20 +02:00

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