Gogs df670eaa27 first commit 3 týždňov pred
..
binary-extensions.json df670eaa27 first commit 3 týždňov pred
binary-extensions.json.d.ts df670eaa27 first commit 3 týždňov pred
index.d.ts df670eaa27 first commit 3 týždňov pred
index.js df670eaa27 first commit 3 týždňov pred
license df670eaa27 first commit 3 týždňov pred
package.json df670eaa27 first commit 3 týždňov pred
readme.md df670eaa27 first commit 3 týždňov pred

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