Module

x/ash/mod.ts>path.dirname

A stylish web framework for Deno!
Latest
function path.dirname
import { path } from "https://dotland.deno.dev/x/ash@1.3.6/mod.ts";
const { dirname } = path;

Returns the dirname of a path.

Parameters

path: string

The path to get the dirname of.

Returns

string