which-typed-array
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>which-typed-array</artifactId>
<version>1.1.22</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>which-typed-array</artifactId>
<version>1.1.22</version>
<name>which-typed-array</name>
<description>Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.</description>
<url>https://github.com/inspect-js/which-typed-array#readme</url>
<organization>
<name>Jordan Harband</name>
<url>https://github.com/inspect-js/which-typed-array#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>ljharb</name>
<email>ljharb@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/inspect-js/which-typed-array.git</connection>
<developerConnection>git://github.com/inspect-js/which-typed-array.git</developerConnection>
<url>git://github.com/inspect-js/which-typed-array</url>
</scm>
<issueManagement>
<url>https://github.com/inspect-js/which-typed-array/issues</url>
</issueManagement>
<properties>
<org.mvnpm-gopd.version>[1.2.0,2)</org.mvnpm-gopd.version>
<org.mvnpm-call-bind.version>[1.0.9,2)</org.mvnpm-call-bind.version>
<org.mvnpm-available-typed-arrays.version>[1.0.7,2)</org.mvnpm-available-typed-arrays.version>
<org.mvnpm-for-each.version>[0.3.5,0.4)</org.mvnpm-for-each.version>
<org.mvnpm-get-proto.version>[1.0.1,2)</org.mvnpm-get-proto.version>
<org.mvnpm-has-tostringtag.version>[1.0.2,2)</org.mvnpm-has-tostringtag.version>
<org.mvnpm-call-bound.version>[1.0.4,2)</org.mvnpm-call-bound.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>gopd</artifactId>
<version>${org.mvnpm-gopd.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>call-bind</artifactId>
<version>${org.mvnpm-call-bind.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>get-proto</artifactId>
<version>${org.mvnpm-get-proto.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>call-bound</artifactId>
<version>${org.mvnpm-call-bound.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>has-tostringtag</artifactId>
<version>${org.mvnpm-has-tostringtag.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>available-typed-arrays</artifactId>
<version>${org.mvnpm-available-typed-arrays.version}</version>
</dependency>
</dependencies>
</project>