Gogs df670eaa27 first commit 3 tuần trước cách đây
..
binary-extensions.json df670eaa27 first commit 3 tuần trước cách đây
binary-extensions.json.d.ts df670eaa27 first commit 3 tuần trước cách đây
index.d.ts df670eaa27 first commit 3 tuần trước cách đây
index.js df670eaa27 first commit 3 tuần trước cách đây
license df670eaa27 first commit 3 tuần trước cách đây
package.json df670eaa27 first commit 3 tuần trước cách đây
readme.md df670eaa27 first commit 3 tuần trước cách đây

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