conventional-changelog-action/node_modules/is-text-path
Tycho Bokdam 999eba1f94
chore: Added node_modules to release branch
2019-10-18 11:54:08 +02:00
..
index.d.ts chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
index.js chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
license chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
package.json chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
readme.md chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00

readme.md

is-text-path Build Status

Check if a file path is a text file

Install

$ npm install is-text-path

Usage

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

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

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

License

MIT © Sindre Sorhus