is-regexp

WebJar for is-regexp

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/sindresorhus/is-regexp

Скачать is-regexp

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

is-regexp Build Status

Check if a value is a regular expression

Install

$ npm install is-regexp

Usage

const isRegexp = require('is-regexp');

isRegexp('unicorn');
//=> false

isRegexp(/unicorn/);
//=> true

isRegexp(new RegExp('unicorn'));
//=> true

Related

  • is - Type check values

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.

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

Версия
2.1.0
1.0.0