Last updated 3 years ago
Was this helpful?
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
- List of binary file extensions
- Check if a filepath is a text file
MIT © ,