lihai 8d6c751f49 feat: push | пре 2 година | |
---|---|---|
.. | ||
index.js | пре 2 година | |
license | пре 2 година | |
package.json | пре 2 година | |
readme.md | пре 2 година |
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