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