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

x/deno/ext/url/lib.deno_url.d.ts>URLSearchParams

A modern runtime for JavaScript and TypeScript.
Latest
variable URLSearchParams
import { URLSearchParams } from "https://deno.land/x/deno@v2.0.4/ext/url/lib.deno_url.d.ts";

type

{ readonly prototype: URLSearchParams; new (init?: Iterable<string[]> | Record<string, string> | string): URLSearchParams; }