Skip to main content
Module

std/collections/mod.ts>MapValueType

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

Get map values types

definition: T extends Map<unknown, infer V> ? V : never