Skip to main content
Module

std/collections/mod.ts>ArrayValueType

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

Get array values type

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