function relativeimport { relative } from "https://dotland.deno.dev/std@0.119.0/path/posix.ts"; relative(from: string, to: string): stringReturn the relative path from from to to based on current working directory. Return 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