Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aws_api/encoding/querystring.ts>appendList

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

Parameters

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