Skip to main content
Module

x/kd_clients/deps.ts>basename

Various HTTP clients for miscellaneous use.
Go to Latest
function basename
Re-export
import { basename } from "https://deno.land/x/kd_clients@v1.0.0-preview.6/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