-file-directory"> supports-preserve-symlinks-flag 30f7226d9a first commit vor 2 Jahren tailwind-color-palette 30f7226d9a first commit vor 2 Jahren tailwindcss 30f7226d9a first commit vor 2 Jahren thenify 30f7226d9a first commit vor 2 Jahren thenify-all 30f7226d9a first commit vor 2 Jahren to-regex-range 30f7226d9a first commit vor 2 Jahren tr46 30f7226d9a first commit vor 2 Jahren ts-interface-checker 30f7226d9a first commit vor 2 Jahren uglify-js 30f7226d9a first commit vor 2 Jahren underscore 30f7226d9a first commit vor 2 Jahren upper-case 30f7226d9a first commit vor 2 Jahren util-deprecate 30f7226d9a first commit vor 2 Jahren valid-data-url 30f7226d9a first commit vor 2 Jahren web-resource-inliner 30f7226d9a first commit vor 2 Jahren webidl-conversions 30f7226d9a first commit vor 2 Jahren whatwg-url 30f7226d9a first commit vor 2 Jahren wrap-ansi 30f7226d9a first commit vor 2 Jahren wrappy 30f7226d9a first commit vor 2 Jahren y18n 30f7226d9a first commit vor 2 Jahren yallist 30f7226d9a first commit vor 2 Jahren yaml 30f7226d9a first commit vor 2 Jahren yargs 30f7226d9a first commit vor 2 Jahren yargs-parser 30f7226d9a first commit vor 2 Jahren .yarn-integrity 30f7226d9a first commit vor 2 Jahren tum/tmt_learning - Gogs: Simplico Git Service

Nessuna descrizione

Prach Pongpanich 6f337d0a21 install tailwind alpine daisyui 2 anni fa
..
index.d.ts 6f337d0a21 install tailwind alpine daisyui 2 anni fa
index.js 6f337d0a21 install tailwind alpine daisyui 2 anni fa
license 6f337d0a21 install tailwind alpine daisyui 2 anni fa
package.json 6f337d0a21 install tailwind alpine daisyui 2 anni fa
readme.md 6f337d0a21 install tailwind alpine daisyui 2 anni fa

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

License

MIT © Sindre Sorhus, Paul Miller