import * as mod from "https://dotland.deno.dev/std@0.223.0/url/basename.ts"; FunctionsfbasenameReturn the last portion of a URL, or the host name if there is no path. Trailing /s are ignored, and optional suffix is removed.