Golang bot for managing discord verifications
 
 
 
 
 
Gregory Rudolph 8a6e029f83
Add react
5 years ago
..
index.js Add react 5 years ago
license Add react 5 years ago
package.json Add react 5 years ago
readme.md Add react 5 years ago

readme.md

is-binary-path Build Status

Check if a filepath is a binary file

Install

$ npm install --save is-binary-path

Usage

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

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

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

License

MIT © Sindre Sorhus