lix-website/themes/lix/assets/bootstrap/node_modules/binary-extensions
2024-04-26 22:49:34 -06:00
..
binary-extensions.json initial commit of template 2024-04-26 22:49:34 -06:00
binary-extensions.json.d.ts initial commit of template 2024-04-26 22:49:34 -06:00
index.d.ts initial commit of template 2024-04-26 22:49:34 -06:00
index.js initial commit of template 2024-04-26 22:49:34 -06:00
license initial commit of template 2024-04-26 22:49:34 -06:00
package.json initial commit of template 2024-04-26 22:49:34 -06:00
readme.md initial commit of template 2024-04-26 22:49:34 -06:00

binary-extensions

List of binary file extensions

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

Install

npm install binary-extensions

Usage

const binaryExtensions = require('binary-extensions');

console.log(binaryExtensions);
//=> ['3ds', '3g2', …]