npm.io
3.0.0 • Published 2 years ago

is-text-path

Licence
MIT
Version
3.0.0
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
21

is-text-path

Check if a file path is a text file

Install

npm install is-text-path

Usage

import isTextPath from 'is-text-path';

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

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

Keywords