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.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторis-typedarray |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеis-typedarray
WebJar for is-typedarray
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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.