is-typedarray
Detect whether or not an object is a Typed Array.
Usage
isTypedArray(array)
Returns true
when array is a Typed Array, and false
when it is not.
License
MIT. See LICENSE.md for details.
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdis-typedarray |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionis-typedarray
WebJar for is-typedarray
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
is-typedarray-1.0.0.pom | |
is-typedarray-1.0.0.jar | 4 KB |
is-typedarray-1.0.0-sources.jar | 22 bytes |
is-typedarray-1.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- 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"]
Detect whether or not an object is a Typed Array.
Returns true
when array is a Typed Array, and false
when it is not.
MIT. See LICENSE.md for details.