Skip to main content
Module

x/fastro/http/server/deps.ts>basename

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
function basename
import { basename } from "https://deno.land/x/fastro@v0.84.30/http/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