jamesread 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) пре 10 месеци
..
binary-extensions.json 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) пре 10 месеци
binary-extensions.json.d.ts 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) пре 10 месеци
index.d.ts 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) пре 10 месеци
index.js 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) пре 10 месеци
license 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) пре 10 месеци
package.json 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) пре 10 месеци
readme.md 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) пре 10 месеци

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