MES手机端
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
liup a01a5aa773 提交修改 há 3 semanas
..
index.d.ts 提交修改 há 3 semanas
index.js 提交修改 há 3 semanas
license 提交修改 há 3 semanas
package.json 提交修改 há 3 semanas
readme.md 提交修改 há 3 semanas

readme.md

is-binary-path Build Status

Check if a file path is a binary file

Install

$ npm install is-binary-path

Usage

const isBinaryPath = require('is-binary-path');

isBinaryPath('source/unicorn.png');
//=> true

isBinaryPath('source/unicorn.txt');
//=> false

License

MIT © Sindre Sorhus, Paul Miller