iptv-stream-web/node_modules/binary-extensions
2025-09-28 22:58:47 -04:00
..
binary-extensions.json 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00
binary-extensions.json.d.ts 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00
index.d.ts 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00
index.js 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00
license 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00
package.json 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04:00
readme.md 1.4.1: Directory Structure Creation 2025-09-28 22:58:47 -04: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', …]