lhl 2bdf874dbb create il y a 1 mois
..
binary-extensions.json 2bdf874dbb create il y a 1 mois
binary-extensions.json.d.ts 2bdf874dbb create il y a 1 mois
index.d.ts 2bdf874dbb create il y a 1 mois
index.js 2bdf874dbb create il y a 1 mois
license 2bdf874dbb create il y a 1 mois
package.json 2bdf874dbb create il y a 1 mois
readme.md 2bdf874dbb create il y a 1 mois

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