t

typed-array-byte-offset

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