is-typedarray

WebJar for is-typedarray

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-typedarray
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

is-typedarray
WebJar for is-typedarray
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/hughsk/is-typedarray

Download is-typedarray

How to add to project

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

is-typedarray locked

Detect whether or not an object is a Typed Array.

Usage

NPM

isTypedArray(array)

Returns true when array is a Typed Array, and false when it is not.

License

MIT. See LICENSE.md for details.

Versions

Version
1.0.0