is-window

WebJar for is-window

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/gearcase/is-window

Скачать is-window

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

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

Зависимости

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

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

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

is-window

Checks if the given value is a window object.

MIT License

build:? coverage:?

Install

$ npm install --save is-window 

Usage

var isWindow = require('is-window');

isWindow();               // => false
isWindow(1);              // => false
isWindow('1');            // => false
isWindow(true);           // => false
isWindow(null);           // => false
isWindow({});             // => false
isWindow(function () {}); // => false
isWindow([]);             // => false
isWindow([1, 2, 3]);      // => false

Related

  • is-nil - Checks if the given value is null or undefined.
  • is-null - Checks if the given value is null.
  • is-native - Checks if the given value is a native function.
  • is-index - Checks if the given value is a valid array-like index.
  • is-length - Checks if the given value is a valid array-like length.
  • is-array-like - Checks if the given value is an array or an array-like object.

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.

org.webjars.npm

GEAR-CASE

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

Версия
1.0.2