is-rar
Check if a Buffer/Uint8Array is a RAR file
Last updated 9 years ago by kevva .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install is-rar 
SYNC missed versions from official npm registry.

is-rar Build Status

Check if a Buffer/Uint8Array is a RAR file

Install

$ npm install is-rar

Usage

const fs = require('fs);
const isRar = require('is-rar');

isRar(fs.readFileSync('foo.rar'));
//=> true

License

MIT © Kevin Mårtensson

Current Tags

  • 2.0.0                                ...           latest (9 years ago)

3 Versions

  • 2.0.0                                ...           9 years ago
  • 1.0.0                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |