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

x/aws_api/encoding/querystring.ts>appendList

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

Parameters

prefix: string
raw: T[]
unnamed 3: { entryPrefix: string; appender?: (
prefix: string,
val: T,
) => void; encoder?: (val: T) => string; }