peach a19a732be8 commit message преди 2 години
..
index.js a19a732be8 commit message преди 2 години
license a19a732be8 commit message преди 2 години
package.json a19a732be8 commit message преди 2 години
readme.md a19a732be8 commit message преди 2 години

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