e 01bbba5f61 ts hai 11 meses
..
binary-extensions.json 01bbba5f61 ts hai 11 meses
binary-extensions.json.d.ts 01bbba5f61 ts hai 11 meses
index.d.ts 01bbba5f61 ts hai 11 meses
index.js 01bbba5f61 ts hai 11 meses
license 01bbba5f61 ts hai 11 meses
package.json 01bbba5f61 ts hai 11 meses
readme.md 01bbba5f61 ts hai 11 meses

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