peach a19a732be8 commit message | vor 2 Jahren | |
---|---|---|
.. | ||
index.js | vor 2 Jahren | |
license | vor 2 Jahren | |
package.json | vor 2 Jahren | |
readme.md | vor 2 Jahren |
Check if a filepath is a text file
$ npm install --save is-text-path
var isTextPath = require('is-text-path');
isTextPath('src/unicorn.txt');
//=> true
isTextPath('src/unicorn.png');
//=> false
text-extensions
- List of text file extensionsis-binary-path
- Check if a filepath is a binary fileMIT © Sindre Sorhus