speakmore-2.0/node_modules/binary-extensions
2024-06-24 10:50:18 +02:00
..
binary-extensions.json small changes: Improved colours, and added settings page 2024-06-24 10:50:18 +02:00
binary-extensions.json.d.ts small changes: Improved colours, and added settings page 2024-06-24 10:50:18 +02:00
index.d.ts small changes: Improved colours, and added settings page 2024-06-24 10:50:18 +02:00
index.js small changes: Improved colours, and added settings page 2024-06-24 10:50:18 +02:00
license small changes: Improved colours, and added settings page 2024-06-24 10:50:18 +02:00
package.json small changes: Improved colours, and added settings page 2024-06-24 10:50:18 +02:00
readme.md small changes: Improved colours, and added settings page 2024-06-24 10:50:18 +02: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', …]