function formatimport { format } from "https://deno.land/std@0.145.0/node/url.ts"; format(urlObject: string | URL | Url, options?: { auth: boolean; fragment: boolean; search: boolean; unicode: boolean; }): stringParametersurlObject: string | URL | Urloptionaloptions: { auth: boolean; fragment: boolean; search: boolean; unicode: boolean; }Returnsstring