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

x/aws_api/encoding/xml.ts>emitMap

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
function emitMap
import { emitMap } from "https://deno.land/x/aws_api@v0.8.1/encoding/xml.ts";

Type Parameters

K extends string
V

Parameters

obj: Record<K, V> | null | undefined
entryName: string
keyName: string
valEncoder: (val: V) => Node

Returns

Partial<Node>