1 2 3 4 5
import * as url from "url"; export function foobar(): { href: string } { return url.pathToFileURL("/foo/bar"); }