Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/collections/mod.ts>MapKeyType

Deno standard library
Go to Latest
type alias MapKeyType
import { type MapKeyType } from "https://deno.land/std@0.215.0/collections/mod.ts";

Get map values types

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