zz ca8126a759 项目初始化 vor 1 Woche
..
binary-extensions.json ca8126a759 项目初始化 vor 1 Woche
binary-extensions.json.d.ts ca8126a759 项目初始化 vor 1 Woche
index.d.ts ca8126a759 项目初始化 vor 1 Woche
index.js ca8126a759 项目初始化 vor 1 Woche
license ca8126a759 项目初始化 vor 1 Woche
package.json ca8126a759 项目初始化 vor 1 Woche
readme.md ca8126a759 项目初始化 vor 1 Woche

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