Thilo Wendt 6c2edc3d6a added bootstrap via npm and started shopping list project | 4 years ago | |
---|---|---|
.. | ||
binary-extensions.json | 4 years ago | |
binary-extensions.json.d.ts | 4 years ago | |
index.d.ts | 4 years ago | |
index.js | 4 years ago | |
license | 4 years ago | |
package.json | 4 years ago | |
readme.md | 4 years ago |
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