c90f503821
- Add new binary files for nodemon, onnxruntime-web, and xenova/transformers - Update various JavaScript and TypeScript files in node_modules - Remove unused files and dependencies - Add new test fixtures and documentation files
541 B
541 B
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', …]
Related
- is-binary-path - Check if a filepath is a binary file
- text-extensions - List of text file extensions