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

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