Module

std/collections/mod.ts>MapValueType

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

Get map values types

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