is-number-like

WebJar for is-number-like

Лицензия

Лицензия

ISC
Группа

Группа

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

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

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

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

1.0.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/vigour-io/is-number-like

Скачать is-number-like

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : lodash.isfinite jar [3.3.2,4)

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

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

is-number-like

Build Status js-standard-style npm version Coverage Status

var looksLikeNumber = isNumberLike(val)

Checks whether provided parameter looks like a number

  • val (any) - the value to check
  • returns (boolean) looksLikeNumber - true if val looks like a number, false otherwise
const isNumberLike = require('is-number-like')
isNumberLike('2') // true
isNumberLike('a') // false
org.webjars.npm

Vigour.io

vigour makes development for multiple platforms and connecting them easier and faster

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

Версия
1.0.8