import { fromFileUrl } from "https://deno.land/std@0.218.0/path/posix/from_file_url.ts";
Converts a file URL to a path string.
import { fromFileUrl } from "https://deno.land/std@0.218.0/path/posix/from_file_url.ts";
fromFileUrl("file:///home/foo"); // "/home/foo"
Parameters
url: URL | string
of a file URL