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.
rajchatterz 86b3213a9e blah blah há 10 meses
..
index.d.ts blah blah há 10 meses
index.js blah blah há 10 meses
license blah blah há 10 meses
package.json blah blah há 10 meses
readme.md blah blah há 10 meses

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