import { fileURLToPath } from "https://deno.land/std@0.145.0/node/url.ts";
This function ensures the correct decodings of percent-encoded characters as well as ensuring a cross-platform valid absolute path string.
Parameters
path: string | URL
The file URL string or URL object to convert to a path.