function fileURLToPathimport { fileURLToPath } from "https://dotland.deno.dev/std@0.92.0/node/url.ts"; fileURLToPath(path: string | URL): stringGet fully resolved platform-specific file path from the given URL string/ object Parameterspath: string | URLThe file URL string or URL object to convert to a path Returnsstring