timetracker/frontend/node_modules/binary-extensions
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30
..
binary-extensions.json update 2024-11-25 23:16:17 +05:30
binary-extensions.json.d.ts update 2024-11-25 23:16:17 +05:30
index.d.ts update 2024-11-25 23:16:17 +05:30
index.js update 2024-11-25 23:16:17 +05:30
license update 2024-11-25 23:16:17 +05:30
package.json update 2024-11-25 23:16:17 +05:30
readme.md update 2024-11-25 23:16:17 +05:30

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', …]