import * as mod from "https://dotland.deno.dev/std@0.110.0/node/querystring.ts"; VariablesvdecodeAlias of querystring.parse() vdefaultvencodeAlias of querystring.stringify() vescapevhexTablevunescapeFunctionsfencodeStrfparseParses a URL query string into a collection of key and value pairs. fstringifyProduces a URL query string from a given obj by iterating through the object's "own properties". InterfacesIParsedUrlQuery