import { normalizePath } from "https://deno.land/x/lume@v1.18.5/core/utils.ts";
Convert the Windows paths (that use the separator "") to Posix paths (with the separator "/") and ensure it starts with "/".
import { normalizePath } from "https://deno.land/x/lume@v1.18.5/core/utils.ts";
Convert the Windows paths (that use the separator "") to Posix paths (with the separator "/") and ensure it starts with "/".