Converts a path string to a file URL.
Add Package
deno add jsr:@std/path
Import symbol
import * as mod from "@std/path/to-file-url";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@std/path/to-file-url";