JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 52578693
  • Score
    100M100P100Q236617F
  • License MIT

List of binary file extensions

Package Exports

  • binary-extensions

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (binary-extensions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

binary-extensions Build Status

List of binary file extensions

The list is just a JSON file and can be used wherever.

Install

$ npm install --save binary-extensions

Usage

var binaryExtensions = require('binary-extensions');

console.log(binaryExtensions);
//=> ['3ds', '3g2', ...]

License

MIT © Sindre Sorhus