import { getPathInfo } from "https://deno.land/x/lume@v1.17.5/plugins/resolve_urls.ts";
Split the filename and the extra content (query or hash) from a path Example: "/foo.md?hello=world" => ["/foo.md", "?hello=world"] Example: "/foo.md#hello=world" => ["/foo.md", "#hello=world"]