ITRIMOBE_API/node_modules/binary-extensions
2025-08-02 04:10:14 +03:00
..
binary-extensions.json init project API 2025-08-02 04:10:14 +03:00
binary-extensions.json.d.ts init project API 2025-08-02 04:10:14 +03:00
index.d.ts init project API 2025-08-02 04:10:14 +03:00
index.js init project API 2025-08-02 04:10:14 +03:00
license init project API 2025-08-02 04:10:14 +03:00
package.json init project API 2025-08-02 04:10:14 +03:00
readme.md init project API 2025-08-02 04:10:14 +03: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', …]