Bakhtina Sofya b84cb877be 1st comm 2 주 전
..
binary-extensions.json b84cb877be 1st comm 2 주 전
binary-extensions.json.d.ts b84cb877be 1st comm 2 주 전
index.d.ts b84cb877be 1st comm 2 주 전
index.js b84cb877be 1st comm 2 주 전
license b84cb877be 1st comm 2 주 전
package.json b84cb877be 1st comm 2 주 전
readme.md b84cb877be 1st comm 2 주 전

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

Related