Module

x/nessie/deps.ts>dirname

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
function dirname
import { dirname } from "https://dotland.deno.dev/x/nessie@2.0.11/deps.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string