is-type-of

WebJar for is-type-of

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/node-modules/is-type-of

Скачать is-type-of

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.webjars.npm : core-util-is jar [1.0.2,2)
org.webjars.npm : is-class-hotfix jar [0.0.6,0.1)
org.webjars.npm : isstream jar [0.1.2,0.2)

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

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

is-type-of

complete type checking for node, extend core-util-is

dependencies:

Install

npm install is-type-of

Example

var is = require('is-type-of');

is.array([1]); // => true
is.primitive(true); // => true
is.primitive({}); // => false
is.generatorFunction(function * () {}); // => true
is.long(Math.pow(2, 33)); // => true
is.double(0); // => false

API

From core-util-is

is.array(arr)

is.boolean(bool)

is.null(null)

is.nullOrUndefined(null)

is.number(num)

is.string(str)

is.symbol(sym)

is.undefined(undef)

is.regExp(reg)

is.object(obj)

is.date(date)

is.error(err)

is.function(fn)

is.primitive(prim)

is.buffer(buf)

from is-stream

is.stream(stream)

is.readableStream(readable)

is.writableStream(writable)

is.duplexStream(duplex)

from is-class

is.class(obj)

Extend API

is.finite(num)

is.NaN(NaN)

is.generator(gen)

is.generatorFunction(fn)

is.promise(fn)

is.int(int)

is.double(double)

is.int32(int)

is.long(long)

is.Long(Long)

  • Support Long instance.

License

MIT

org.webjars.npm

node_modules

All about node.js modules like your project 'node_modules' dir

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

Версия
1.2.1