caoge c760052ff9 机车状态修改 | il y a 8 mois | |
---|---|---|
.. | ||
binary-extensions.json | il y a 8 mois | |
license | il y a 8 mois | |
package.json | il y a 8 mois | |
readme.md | il y a 8 mois |
List of binary file extensions
The list is just a JSON file and can be used anywhere.
$ npm install binary-extensions
const binaryExtensions = require('binary-extensions');
console.log(binaryExtensions);
//=> ['3ds', '3g2', …]
MIT © Sindre Sorhus, Paul Miller (https://paulmillr.com)