Stephan Fuchs beaa35a25d add `clean-css-cli` | 7 ay önce | |
---|---|---|
.. | ||
binary-extensions.json | 7 ay önce | |
binary-extensions.json.d.ts | 7 ay önce | |
index.d.ts | 7 ay önce | |
index.js | 7 ay önce | |
license | 7 ay önce | |
package.json | 7 ay önce | |
readme.md | 7 ay önce |
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', …]