is-binary-path

WebJar for is-binary-path

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-binary-path
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

is-binary-path
WebJar for is-binary-path
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/sindresorhus/is-binary-path

Download is-binary-path

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-binary-path/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>is-binary-path</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-binary-path/
implementation 'org.webjars.npm:is-binary-path:2.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/is-binary-path/
implementation ("org.webjars.npm:is-binary-path:2.1.0")
'org.webjars.npm:is-binary-path:jar:2.1.0'
<dependency org="org.webjars.npm" name="is-binary-path" rev="2.1.0">
  <artifact name="is-binary-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-binary-path', version='2.1.0')
)
libraryDependencies += "org.webjars.npm" % "is-binary-path" % "2.1.0"
[org.webjars.npm/is-binary-path "2.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : binary-extensions jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

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


Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Versions

Version
2.1.0
2.0.0
1.0.1
1.0.0