Module

x/nessie/deps.ts>basename

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
function basename
import { basename } from "https://dotland.deno.dev/x/nessie@2.0.11/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