lihai 8d6c751f49 feat: push 2 years ago
..
index.js 8d6c751f49 feat: push 2 years ago
license 8d6c751f49 feat: push 2 years ago
package.json 8d6c751f49 feat: push 2 years ago
readme.md 8d6c751f49 feat: push 2 years ago

readme.md

is-text-path Build Status

Check if a filepath is a text file

Install

$ npm install --save is-text-path

Usage

var isTextPath = require('is-text-path');

isTextPath('src/unicorn.txt');
//=> true

isTextPath('src/unicorn.png');
//=> false

Related

License

MIT © Sindre Sorhus