Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Nikola Ignjatovic d724149647 Init commit vor 4 Jahren
..
index.d.ts Init commit vor 4 Jahren
index.js Init commit vor 4 Jahren
license Init commit vor 4 Jahren
package.json Init commit vor 4 Jahren
readme.md Init commit vor 4 Jahren

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