archive-extensions

List of archive file extensions

Usage no npm install needed!

<script type="module">
  import archiveExtensions from 'https://cdn.skypack.dev/archive-extensions';
</script>

README

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