Module

x/oak/deps.ts>basename

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function basename
import { basename } from "https://dotland.deno.dev/x/oak@v13.2.5/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