x-is-array

WebJar for x-is-array

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

x-is-array
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

x-is-array
WebJar for x-is-array
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Matt-Esch/x-is-array

Download x-is-array

How to add to project

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

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.

x-is-array

Simple array test

Example

var isArray = require("x-is-array")

isArray([])
// -> true

isArray("hello")
// -> false

isArray("")
// -> false

isArray(9)
// -> false

isArray(true)
// -> false

isArray(new Date())
// -> false

isArray({
// -> false

isArray(null)
// -> false

isArray(undefined)
// -> false

Installation

npm install x-is-array

Contributors

  • Matt-Esch

MIT Licenced

Versions

Version
0.1.0