版博士V2.0程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
CPL 9104556504 v2.0.7 报表数据修改 hace 1 año
..
index.d.ts v2.0.7 报表数据修改 hace 1 año
index.js v2.0.7 报表数据修改 hace 1 año
license v2.0.7 报表数据修改 hace 1 año
package.json v2.0.7 报表数据修改 hace 1 año
readme.md v2.0.7 报表数据修改 hace 1 año

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