3.0.0 • Published 3 days ago

archive-extensions v3.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 days ago

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