htc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 miesięcy temu
..
binary-extensions.json 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 miesięcy temu
binary-extensions.json.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 miesięcy temu
index.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 miesięcy temu
index.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 miesięcy temu
license 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 miesięcy temu
package.json 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 miesięcy temu
readme.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 miesięcy temu

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