jayfella c97084e992 Initial Commit 5 năm trước cách đây
..
binary-extensions.json c97084e992 Initial Commit 5 năm trước cách đây
license c97084e992 Initial Commit 5 năm trước cách đây
package.json c97084e992 Initial Commit 5 năm trước cách đây
readme.md c97084e992 Initial Commit 5 năm trước cách đây

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

Related

License

MIT © Sindre Sorhus, Paul Miller (https://paulmillr.com)