typed-array-length
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>typed-array-length</artifactId>
<version>1.0.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>typed-array-length</artifactId>
<version>1.0.8</version>
<name>typed-array-length</name>
<description>Robustly get the length of a Typed Array</description>
<url>https://github.com/inspect-js/typed-array-length#readme</url>
<organization>
<name>Jordan Harband</name>
<url>https://github.com/inspect-js/typed-array-length#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>ljharb</name>
<email>ljharb@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/inspect-js/typed-array-length.git</connection>
<developerConnection>https://github.com/inspect-js/typed-array-length.git</developerConnection>
<url>https://github.com/inspect-js/typed-array-length</url>
</scm>
<issueManagement>
<url>https://github.com/inspect-js/typed-array-length/issues</url>
</issueManagement>
<properties>
<org.mvnpm-call-bind.version>[1.0.9,2)</org.mvnpm-call-bind.version>
<org.mvnpm-gopd.version>[1.2.0,2)</org.mvnpm-gopd.version>
<org.mvnpm-possible-typed-array-names.version>[1.1.0,2)</org.mvnpm-possible-typed-array-names.version>
<org.mvnpm-is-typed-array.version>[1.1.15,2)</org.mvnpm-is-typed-array.version>
<org.mvnpm-for-each.version>[0.3.5,0.4)</org.mvnpm-for-each.version>
<org.mvnpm-reflect.getprototypeof.version>[1.0.10,2)</org.mvnpm-reflect.getprototypeof.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>call-bind</artifactId>
<version>${org.mvnpm-call-bind.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>for-each</artifactId>
<version>${org.mvnpm-for-each.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>gopd</artifactId>
<version>${org.mvnpm-gopd.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>is-typed-array</artifactId>
<version>${org.mvnpm-is-typed-array.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>possible-typed-array-names</artifactId>
<version>${org.mvnpm-possible-typed-array-names.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>reflect.getprototypeof</artifactId>
<version>${org.mvnpm-reflect.getprototypeof.version}</version>
</dependency>
</dependencies>
</project>