RESTAPI_SERVER/node_modules/binary-extensions
chpark 4d06e50345 Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
..
binary-extensions.json Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
binary-extensions.json.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
index.d.ts Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
index.js Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
license Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
package.json Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00
readme.md Initial commit: REST API Server with Oracle DB integration and Web UI 2025-09-24 17:11:35 +09:00

readme.md

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', …]