CmdForge/node_modules/binary-extensions
rob 32b77c3378 Update documentation with overview and architecture 2026-01-05 03:44:38 -04:00
..
binary-extensions.json Update documentation with overview and architecture 2026-01-05 03:44:38 -04:00
binary-extensions.json.d.ts Update documentation with overview and architecture 2026-01-05 03:44:38 -04:00
index.d.ts Update documentation with overview and architecture 2026-01-05 03:44:38 -04:00
index.js Update documentation with overview and architecture 2026-01-05 03:44:38 -04:00
license Update documentation with overview and architecture 2026-01-05 03:44:38 -04:00
package.json Update documentation with overview and architecture 2026-01-05 03:44:38 -04:00
readme.md Update documentation with overview and architecture 2026-01-05 03:44:38 -04: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', …]