学习?学个屁 06c63c15cc 初始化提交 hai 1 mes
..
binary-extensions.json 06c63c15cc 初始化提交 hai 1 mes
binary-extensions.json.d.ts 06c63c15cc 初始化提交 hai 1 mes
index.d.ts 06c63c15cc 初始化提交 hai 1 mes
index.js 06c63c15cc 初始化提交 hai 1 mes
license 06c63c15cc 初始化提交 hai 1 mes
package.json 06c63c15cc 初始化提交 hai 1 mes
readme.md 06c63c15cc 初始化提交 hai 1 mes

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