archive-extensions
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

archive-extensions Build Status

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

Package Sidebar

Install

npm i archive-extensions

Weekly Downloads

41

Version

2.0.0

License

MIT

Unpacked Size

3.33 kB

Total Files

7

Last publish

Collaborators

  • sindresorhus