function toLocalPathimport { toLocalPath } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/helpers.ts"; toLocalPath(url: string): stringFix remote url to local path. e.g. https://esm.sh/react@17.0.2?dev -> /-/esm.sh/react@17.0.2?dev Parametersurl: stringReturnsstring