Irina Glushko 2389e7160b HW1 done | 3 년 전 | |
---|---|---|
.. | ||
binary-extensions.json | 3 년 전 | |
binary-extensions.json.d.ts | 3 년 전 | |
index.d.ts | 3 년 전 | |
index.js | 3 년 전 | |
license | 3 년 전 | |
package.json | 3 년 전 | |
readme.md | 3 년 전 |
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', …]