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

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