function pathPosix.relativeimport { pathPosix } from "https://deno.land/x/hex@0.5.15/src/web/deps.ts"; const { relative } = pathPosix; 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