Stephan Fuchs beaa35a25d add `clean-css-cli` | vor 7 Monaten | |
---|---|---|
.. | ||
index.d.ts | vor 7 Monaten | |
index.js | vor 7 Monaten | |
license | vor 7 Monaten | |
package.json | vor 7 Monaten | |
readme.md | vor 7 Monaten |
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