npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-text-path

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:7152320
$ npm install is-text-path
DailyWeeklyMonthlyYearly

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

Related

  • text-extensions - List of text file extensions
  • is-binary-path - Check if a file path is a binary file