t

typed-array-length

Robustly get the length of a Typed Array
https://github.com/inspect-js/typed-array-length#readme
MIT
Jordan Harband
ljharb
文件下载
文件名 操作
typed-array-length-1.0.4.jar 下载
typed-array-length-1.0.4.pom 下载
typed-array-length-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>typed-array-length</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:typed-array-length:1.0.4'
Gradle Kotlin
implementation("org.mvnpm:typed-array-length:1.0.4")
Scala SBT
libraryDependencies += "org.mvnpm" % "typed-array-length" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='typed-array-length', version='1.0.4')
)
Apache Ivy
<dependency org="org.mvnpm" name="typed-array-length" rev="1.0.4" />
Leiningen
[org.mvnpm/typed-array-length "1.0.4"]
Apache Buildr
'org.mvnpm:typed-array-length:jar:1.0.4'