Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
gaowell 5a5bef75e3 před 2 roky
..
binary-extensions.json 提交 před 2 roky
binary-extensions.json.d.ts 提交 před 2 roky
index.d.ts 提交 před 2 roky
index.js 提交 před 2 roky
license 提交 před 2 roky
package.json před 2 roky
readme.md 提交 před 2 roky

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', …]

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.