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

3.0.0 • Public • Published

archive-extensions

List of archive file extensions

The list is just a JSON file and can be used anywhere.

Install

npm install archive-extensions

Usage

import archiveExtensions from 'archive-extensions';

console.log(archiveExtensions);
//=> ['7z', 'a', …]

Related

  • is-archive - Check if a file path is an archive file

Dependents (3)

Package Sidebar

Install

npm i archive-extensions

Weekly Downloads

25

Version

3.0.0

License

MIT

Unpacked Size

3.27 kB

Total Files

6

Last publish

Collaborators

  • sindresorhus