Module

x/ash/mod.ts>path.fromFileUrl

A stylish web framework for Deno!
Latest
function path.fromFileUrl
import { path } from "https://dotland.deno.dev/x/ash@1.3.6/mod.ts";
const { fromFileUrl } = path;

Removes the file:/// from a file url.

Parameters

path: string

The path to convert.

Returns

string