import { stringify } from "https://deno.land/std@0.145.0/node/querystring.ts";
Produces a URL query string from a given obj by iterating through the object's "own properties".
Parameters
The substring used to delimit key and value pairs in the query string. Default: '&'.