foundry-dsa41-game/node_modules/binary-extensions
macniel 9de1531058
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s Details
chore: building the architecture
2025-09-25 13:07:30 +02:00
..
binary-extensions.json chore: building the architecture 2025-09-25 13:07:30 +02:00
binary-extensions.json.d.ts chore: building the architecture 2025-09-25 13:07:30 +02:00
index.d.ts chore: building the architecture 2025-09-25 13:07:30 +02:00
index.js chore: building the architecture 2025-09-25 13:07:30 +02:00
license chore: building the architecture 2025-09-25 13:07:30 +02:00
package.json chore: building the architecture 2025-09-25 13:07:30 +02:00
readme.md chore: building the architecture 2025-09-25 13:07:30 +02: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', …]