the-tip-top-backend/node_modules/binary-extensions
soufiane fc67cf6415
All checks were successful
the-tip-top-backend/pipeline/head This commit looks good
push
2025-10-24 14:14:46 +02:00
..
binary-extensions.json push 2025-10-24 14:14:46 +02:00
binary-extensions.json.d.ts push 2025-10-24 14:14:46 +02:00
index.d.ts push 2025-10-24 14:14:46 +02:00
index.js push 2025-10-24 14:14:46 +02:00
license push 2025-10-24 14:14:46 +02:00
package.json push 2025-10-24 14:14:46 +02:00
readme.md push 2025-10-24 14:14:46 +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', …]