10000 GitHub - kevva/is-rar: Check if a Buffer/Uint8Array is a RAR file
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kevva/is-rar

Repository files navigation

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

About

Check if a Buffer/Uint8Array is a RAR file

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0