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

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