Logo
Explore Help
Sign In
dennii/Connect-5
1
0
Fork 0
You've already forked Connect-5
mirror of https://github.com/DeNNiiInc/Connect-5.git synced 2026-04-17 20:36:00 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
Connect-5/node_modules/is-binary-path
History
DeNNiiInc 9465409b2f Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
2025-12-13 14:59:44 +11:00
..
index.d.ts
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
2025-12-13 14:59:44 +11:00
index.js
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
2025-12-13 14:59:44 +11:00
license
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
2025-12-13 14:59:44 +11:00
package.json
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
2025-12-13 14:59:44 +11:00
readme.md
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
2025-12-13 14:59:44 +11:00

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

Related

  • binary-extensions - List of binary file extensions
  • is-text-path - Check if a filepath is a text file

License

MIT © Sindre Sorhus, Paul Miller

Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 17ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API