Module

x/fresh/src/server/deps.ts>basename

The next-gen web framework.
Extremely Popular
Go to Latest
function basename
import { basename } from "https://dotland.deno.dev/x/fresh@1.6.7/src/server/deps.ts";

Return the last portion of a path. Trailing directory separators are ignored, and optional suffix is removed.

Parameters

path: string
  • path to extract the name from.
optional
suffix = [UNSUPPORTED]
  • suffix to remove from extracted name.

Returns

string