Frontend/25_01_07/mai/node_modules/binary-extensions
szabomarton 7f4a15b9c3 asd
2025-01-28 11:38:27 +01:00
..
binary-extensions.json asd 2025-01-28 11:38:27 +01:00
binary-extensions.json.d.ts asd 2025-01-28 11:38:27 +01:00
index.d.ts asd 2025-01-28 11:38:27 +01:00
index.js asd 2025-01-28 11:38:27 +01:00
license asd 2025-01-28 11:38:27 +01:00
package.json asd 2025-01-28 11:38:27 +01:00
readme.md asd 2025-01-28 11:38:27 +01: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', …]