Module

std/url/basename.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.221.0/url/basename.ts";

Functions

Return the last portion of a URL, or the host name if there is no path. Trailing /s are ignored, and optional suffix is removed.