Skip to main content
Module

std/collections/mod.ts>MapKeyType

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

Get map values types

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