学习?学个屁 06c63c15cc 初始化提交 10 mesi fa
..
binary-extensions.json 06c63c15cc 初始化提交 10 mesi fa
binary-extensions.json.d.ts 06c63c15cc 初始化提交 10 mesi fa
index.d.ts 06c63c15cc 初始化提交 10 mesi fa
index.js 06c63c15cc 初始化提交 10 mesi fa
license 06c63c15cc 初始化提交 10 mesi fa
package.json 06c63c15cc 初始化提交 10 mesi fa
readme.md 06c63c15cc 初始化提交 10 mesi 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