zheng 6c3f2333fd 修改 12 ore fa
..
binary-extensions.json 6c3f2333fd 修改 12 ore fa
binary-extensions.json.d.ts 6c3f2333fd 修改 12 ore fa
index.d.ts 6c3f2333fd 修改 12 ore fa
index.js 6c3f2333fd 修改 12 ore fa
license 6c3f2333fd 修改 12 ore fa
package.json 6c3f2333fd 修改 12 ore fa
readme.md 6c3f2333fd 修改 12 ore fa

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