function resolveimport { resolve } from "https://deno.land/x/proc@0.20.34/site/scripts/deps/path.ts"; resolve(...pathSegments: string[]): stringResolves pathSegments into an absolute path. Parameters...pathSegments: string[]an array of path segments Returnsstring