function fileURLToPathimport { fileURLToPath } from "https://dotland.deno.dev/std@0.116.0/node/url.ts"; fileURLToPath(path: string | URL): stringThis function ensures the correct decodings of percent-encoded characters as well as ensuring a cross-platform valid absolute path string. This function ensures the correct decodings of percent-encoded characters as well as ensuring a cross-platform valid absolute path string. Parameterspath: string | URLThe file URL string or URL object to convert to a path. ReturnsstringThe fully-resolved platform-specific Node.js file path.