conventional-changelog-action/node_modules/is-text-path
Conventional Changelog Action 3141e27239 chore(release): v3.1.0 2020-07-13 14:49:48 +00:00
..
index.js chore(release): v3.1.0 2020-07-13 14:49:48 +00:00
license chore(release): v3.1.0 2020-07-13 14:49:48 +00:00
package.json chore(release): v3.1.0 2020-07-13 14:49:48 +00:00
readme.md chore(release): v3.1.0 2020-07-13 14:49:48 +00:00

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

License

MIT © Sindre Sorhus