Module

std/collections/mod.ts>ArrayValueType

The Deno Standard Library
Go to Latest
type alias ArrayValueType
import { type ArrayValueType } from "https://dotland.deno.dev/std@0.223.0/collections/mod.ts";

Get array values type

definition: T extends Array<infer V> ? V : never