one-link/node_modules/binary-extensions
naudachu 56ee41aa6c init 2024-05-13 21:20:32 +05:00
..
binary-extensions.json init 2024-05-13 21:20:32 +05:00
binary-extensions.json.d.ts init 2024-05-13 21:20:32 +05:00
index.d.ts init 2024-05-13 21:20:32 +05:00
index.js init 2024-05-13 21:20:32 +05:00
license init 2024-05-13 21:20:32 +05:00
package.json init 2024-05-13 21:20:32 +05:00
readme.md init 2024-05-13 21:20:32 +05:00

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