Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Christian Ziermann b8da0c7023 Initial commit 4 lat temu
..
binary-extensions.json Initial commit 4 lat temu
binary-extensions.json.d.ts Initial commit 4 lat temu
index.d.ts Initial commit 4 lat temu
index.js Initial commit 4 lat temu
license Initial commit 4 lat temu
package.json Initial commit 4 lat temu
readme.md Initial commit 4 lat temu

readme.md

binary-extensions Build Status

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

License

MIT © Sindre Sorhus, Paul Miller