dedsudiyu 26705b48f7 zc пре 2 недеља
..
binary-extensions.json 26705b48f7 zc пре 2 недеља
binary-extensions.json.d.ts 26705b48f7 zc пре 2 недеља
index.d.ts 26705b48f7 zc пре 2 недеља
index.js 26705b48f7 zc пре 2 недеља
license 26705b48f7 zc пре 2 недеља
package.json 26705b48f7 zc пре 2 недеља
readme.md 26705b48f7 zc пре 2 недеља

readme.md

binary-extensions

List of binary file extensions

The list is just a JSON file and can be used anywhere.

Install

npm install binary-extensions

Usage

const binaryExtensions = require('binary-extensions');

console.log(binaryExtensions);
//=> ['3ds', '3g2', …]

Related