Skip to main content
Module

std/node/querystring.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.78.0/node/querystring.ts";

Variables

Alias of querystring.parse()

Alias of querystring.stringify()

Functions

Parses a URL query string into a collection of key and value pairs.

Produces a URL query string from a given obj by iterating through the object's "own properties".