Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function fileURLToPath
import { fileURLToPath } from "https://deno.land/x/postcss@8.4.16/lib/deps.js";

Get fully resolved platform-specific file path from the given URL string/ object

Parameters

path: string | URL

The file URL string or URL object to convert to a path

Returns

string