Gogs df670eaa27 first commit пре 3 недеља
..
binary-extensions.json df670eaa27 first commit пре 3 недеља
binary-extensions.json.d.ts df670eaa27 first commit пре 3 недеља
index.d.ts df670eaa27 first commit пре 3 недеља
index.js df670eaa27 first commit пре 3 недеља
license df670eaa27 first commit пре 3 недеља
package.json df670eaa27 first commit пре 3 недеља
readme.md df670eaa27 first commit пре 3 недеља

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