Module

x/proc/tests/deps/path.ts>basename

A better way to work with processes in Deno.
Latest
function basename
import { basename } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/path.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