PromoCursed/node_modules/binary-extensions
2024-08-20 23:25:37 +04:00
..
binary-extensions.json Первый коммит 2024-08-20 23:25:37 +04:00
binary-extensions.json.d.ts Первый коммит 2024-08-20 23:25:37 +04:00
index.d.ts Первый коммит 2024-08-20 23:25:37 +04:00
index.js Первый коммит 2024-08-20 23:25:37 +04:00
license Первый коммит 2024-08-20 23:25:37 +04:00
package.json Первый коммит 2024-08-20 23:25:37 +04:00
readme.md Первый коммит 2024-08-20 23:25:37 +04: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', …]