zheng 6c3f2333fd 修改 hace 11 horas
..
binary-extensions.json 6c3f2333fd 修改 hace 11 horas
binary-extensions.json.d.ts 6c3f2333fd 修改 hace 11 horas
index.d.ts 6c3f2333fd 修改 hace 11 horas
index.js 6c3f2333fd 修改 hace 11 horas
license 6c3f2333fd 修改 hace 11 horas
package.json 6c3f2333fd 修改 hace 11 horas
readme.md 6c3f2333fd 修改 hace 11 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