function relativeimport { relative } from "https://deno.land/x/proc@0.20.38/site/scripts/deps/path.ts"; relative(from: string, to: string): stringReturn the relative path from from to to based on current working directory. Parametersfrom: stringpath in current working directory to: stringpath in current working directory Returnsstring