function resolveimport { resolve } from "https://dotland.deno.dev/std@0.110.0/path/posix.ts"; resolve(...pathSegments: string[]): stringResolves pathSegments into an absolute path. Resolves pathSegments into an absolute path. Parameters...pathSegments: string[]an array of path segments Returnsstring