Gogs df670eaa27 first commit 3 hafta önce
..
binary-extensions.json df670eaa27 first commit 3 hafta önce
binary-extensions.json.d.ts df670eaa27 first commit 3 hafta önce
index.d.ts df670eaa27 first commit 3 hafta önce
index.js df670eaa27 first commit 3 hafta önce
license df670eaa27 first commit 3 hafta önce
package.json df670eaa27 first commit 3 hafta önce
readme.md df670eaa27 first commit 3 hafta önce

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