is-text-path

WebJar for is-text-path

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

is-text-path
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

is-text-path
WebJar for is-text-path
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/sindresorhus/is-text-path

Скачать is-text-path

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-text-path/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>is-text-path</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-text-path/
implementation 'org.webjars.npm:is-text-path:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/is-text-path/
implementation ("org.webjars.npm:is-text-path:1.0.1")
'org.webjars.npm:is-text-path:jar:1.0.1'
<dependency org="org.webjars.npm" name="is-text-path" rev="1.0.1">
  <artifact name="is-text-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-text-path', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "is-text-path" % "1.0.1"
[org.webjars.npm/is-text-path "1.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : text-extensions jar [1.0.0,2)

Модули Проекта

Данный проект не имеет модулей.

is-text-path

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

Related


Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Версии библиотеки

Версия
1.0.1