世祺 0423d5801c Initial commit (by Create-Cloudflare CLI) | hace 1 año | |
---|---|---|
.. | ||
index.d.ts | hace 1 año | |
index.js | hace 1 año | |
license | hace 1 año | |
package.json | hace 1 año | |
readme.md | hace 1 año |
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