Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/common.ts>readMap

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
function readMap
import { readMap } from "https://deno.land/x/kubernetes_apis@v0.3.2/common.ts";

Parameters

input: JSONValue
valEncoder: (x: JSONValue) => V

Returns

Record<string, V>