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