archive-extensions
v3.0.0
Published
List of archive file extensions
Downloads
223
Maintainers
Readme
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