Module

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

A better way to work with processes in Deno.
Latest
function dirname
import { dirname } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/path.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string