Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/collections/mod.ts>ArrayValueType

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias ArrayValueType
import { type ArrayValueType } from "https://deno.land/std@0.222.1/collections/mod.ts";

Get array values type

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