Skip to main content
Module

std/node/url.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.112.0/node/url.ts";

Functions

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

The URL object has both a toString() method and href property that return string serializations of the URL. These are not, however, customizable in any way. This method allows for basic customization of the output.

Get fully resolved platform-specific File URL from the given file path