Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ter/deps/std.ts>basename

A tiny wiki-style site generator with Zettelkasten flavor.
Go to Latest
function basename
import { basename } from "https://deno.land/x/ter@0.15.46/deps/std.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