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