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ů.
Nikola Ignjatovic d724149647 Init commit před 4 roky
..
binary-extensions.json Init commit před 4 roky
binary-extensions.json.d.ts Init commit před 4 roky
index.d.ts Init commit před 4 roky
index.js Init commit před 4 roky
license Init commit před 4 roky
package.json Init commit před 4 roky
readme.md Init commit před 4 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.