FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

codeql-action/node_modules/binary-extensions at main · lvyinggithub/codeql-action · GitHub

Latest commit

 

History

History
 
 

readme.md

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

License

MIT © Sindre Sorhus, Paul Miller


Back | FazBrowse Home | New Git URL