is-window

WebJar for is-window

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-window
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

is-window
WebJar for is-window
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download is-window

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.2