itmo-php-course/node_modules/binary-extensions
2024-12-26 12:19:04 +03:00
..
binary-extensions.json try to push 2024-12-26 12:19:04 +03:00
binary-extensions.json.d.ts try to push 2024-12-26 12:19:04 +03:00
index.d.ts try to push 2024-12-26 12:19:04 +03:00
index.js try to push 2024-12-26 12:19:04 +03:00
license try to push 2024-12-26 12:19:04 +03:00
package.json try to push 2024-12-26 12:19:04 +03:00
readme.md try to push 2024-12-26 12:19:04 +03: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', …]