Illia Kozyr c722a49f64 React Project DONE | před 2 roky | |
---|---|---|
.. | ||
binary-extensions.json | před 2 roky | |
binary-extensions.json.d.ts | před 2 roky | |
index.d.ts | před 2 roky | |
index.js | před 2 roky | |
license | před 2 roky | |
package.json | před 2 roky | |
readme.md | před 2 roky |
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', …]