function getRelativePathimport { getRelativePath } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/helper.ts"; getRelativePath(from: string, to: string): stringget relative the path of to to from. Parametersfrom: stringto: stringReturnsstring