Mohammad Asif cf937194cb Removed un-waned things 1. | 5 hónapja | |
---|---|---|
.. | ||
index.d.ts | 5 hónapja | |
index.js | 5 hónapja | |
license | 5 hónapja | |
package.json | 5 hónapja | |
readme.md | 5 hónapja |
Check if a file path is a binary file
$ npm install is-binary-path
const isBinaryPath = require('is-binary-path');
isBinaryPath('source/unicorn.png');
//=> true
isBinaryPath('source/unicorn.txt');
//=> false
MIT © Sindre Sorhus, Paul Miller