type alias GetMapKeysimport { type GetMapKeys } from "https://deno.land/x/crayon@3.3.3/src/util.ts"; Get keys of a map Type ParametersM extends Map<unknown, unknown>definition: Parameters<M["set"]>[0]