README
List of archive file extensions
The list is just a JSON file and can be used anywhere.
Install
$ npm install archive-extensions
Usage
const archiveExtensions = require('archive-extensions');
console.log(archiveExtensions);
//=> ['7z', 'a', …]
Related
- is-archive - Check if a filepath is an archive file
License
MIT © Sindre Sorhus