Sha256: 1cfe77ac1557fdab930d901cfdb1e4340e007213c510c89be05fddc1ccdd7606

Contents?: true

Size: 733 Bytes

Versions: 48

Compression:

Stored size: 733 Bytes

Contents

# is-binary-path [![Build Status](https://travis-ci.org/sindresorhus/is-binary-path.svg?branch=master)](https://travis-ci.org/sindresorhus/is-binary-path)

> Check if a file path is a binary file


## Install

```
$ npm install is-binary-path
```


## Usage

```js
const isBinaryPath = require('is-binary-path');

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

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


## Related

- [binary-extensions](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions
- [is-text-path](https://github.com/sindresorhus/is-text-path) - Check if a filepath is a text file


## License

MIT © [Sindre Sorhus](https://sindresorhus.com), [Paul Miller](https://paulmillr.com)

Version data entries

48 entries across 39 versions & 8 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/watchpack/node_modules/is-binary-path/readme.md
optimacms-0.1.61 spec/dummy/node_modules/sass/node_modules/is-binary-path/readme.md
decidim-0.26.8 packages/eslint-config/node_modules/is-binary-path/readme.md
epuber-stylus-source-0.56.0 vendor/node_modules/is-binary-path/readme.md
appmap-0.72.2 ./node_modules/is-binary-path/readme.md
appmap-0.72.1 ./node_modules/is-binary-path/readme.md
appmap-0.72.0 ./node_modules/is-binary-path/readme.md
appmap-0.71.0 ./node_modules/is-binary-path/readme.md
disco_app-0.16.1 test/dummy/node_modules/watchpack/node_modules/is-binary-path/readme.md
disco_app-0.16.1 test/dummy/node_modules/sass/node_modules/is-binary-path/readme.md
appmap-0.70.2 ./node_modules/is-binary-path/readme.md
appmap-0.70.1 ./node_modules/is-binary-path/readme.md
appmap-0.70.0 ./node_modules/is-binary-path/readme.md
appmap-0.69.0 ./node_modules/is-binary-path/readme.md
appmap-0.68.2 ./node_modules/is-binary-path/readme.md
appmap-0.68.1 ./node_modules/is-binary-path/readme.md
disco_app-0.15.2 test/dummy/node_modules/watchpack/node_modules/is-binary-path/readme.md
disco_app-0.15.2 test/dummy/node_modules/sass/node_modules/is-binary-path/readme.md
appmap-0.68.0 ./node_modules/is-binary-path/readme.md
appmap-0.67.1 ./node_modules/is-binary-path/readme.md