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

x/aws_api/encoding/json.ts>serializeMap

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

Parameters

input: { [key: string]: T; } | null | undefined
encoder: (x: T) => U