Skip to content

sindresorhus/archive-extensions

Repository files navigation

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