Node/node_modules/binary-extensions
2025-02-15 00:34:31 +03:00
..
binary-extensions.json Oluşturuldu 2025-02-15 00:34:31 +03:00
binary-extensions.json.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
index.d.ts Oluşturuldu 2025-02-15 00:34:31 +03:00
index.js Oluşturuldu 2025-02-15 00:34:31 +03:00
license Oluşturuldu 2025-02-15 00:34:31 +03:00
package.json Oluşturuldu 2025-02-15 00:34:31 +03:00
readme.md Oluşturuldu 2025-02-15 00:34:31 +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', …]