import * as mod from "https://dotland.deno.dev/std@0.146.0/node/url.ts"; ClassescUrlVariablesvdefaultvURLFunctionsffileURLToPathThis function ensures the correct decodings of percent-encoded characters as well as ensuring a cross-platform valid absolute path string. fformatfparseThe url.urlParse() method takes a URL string, parses it, and returns a URL object. fpathToFileURLThis function ensures that filepath is resolved absolutely, and that the URL control characters are correctly encoded when converting into a File URL. fresolveThe url.resolve() method resolves a target URL relative to a base URL in a manner similar to that of a Web browser resolving an anchor tag HREF. fresolveObject