import { type MapKeyType } from "https://deno.land/x/fathym_common@v0.0.142/src/src.deps.ts";
Get map values types
definition: T extends Map<infer K, unknown> ? K : never
x/fathym_common/src/src.deps.ts>MapKeyType
import { type MapKeyType } from "https://deno.land/x/fathym_common@v0.0.142/src/src.deps.ts";
Get map values types