morphit/node_modules/binary-extensions
2026-06-13 20:09:20 -07:00
..
binary-extensions.json Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
binary-extensions.json.d.ts Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
index.d.ts Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
index.js Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
license Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
package.json Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
readme.md Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07: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', …]