Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

getFilenameFromUrl

Gets the filename from a given URL.

function getFilenameFromUrl(url: string): string;
§
getFilenameFromUrl(url: string): string
[src]

§Parameters

§
url: string
[src]

§Return Type

§
string
[src]