import * as mod from "https://deno.land/std@0.110.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". |