an-array

WebJar for an-array

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

an-array
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

an-array
WebJar for an-array
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/hughsk/an-array

Download an-array

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/an-array/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>an-array</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/an-array/
implementation 'org.webjars.npm:an-array:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/an-array/
implementation ("org.webjars.npm:an-array:1.0.0")
'org.webjars.npm:an-array:jar:1.0.0'
<dependency org="org.webjars.npm" name="an-array" rev="1.0.0">
  <artifact name="an-array" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='an-array', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "an-array" % "1.0.0"
[org.webjars.npm/an-array "1.0.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.

an-array

Check if an object is an array or a typed array.

Usage

NPM

is = anArray(array)

Returns true if the object is one of the following:

  • Float32Array
  • Float64Array
  • Uint8ClampedArray
  • Uint8Array
  • Uint16Array
  • Uint32Array
  • Int8Array
  • Int16Array
  • Int32Array
  • Array

Otherwise, will return false.

License

MIT. See LICENSE.md for details.

Versions

Version
1.0.0