function relativeimport { relative } from "https://deno.land/std@0.139.0/path/posix.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