function toRelativePathimport { toRelativePath } from "https://deno.land/x/aleph@v0.3.0-beta.4/server/helper.ts"; toRelativePath(from: string, to: string): stringget the relative path from from to to. Parametersfrom: stringto: stringReturnsstring