Skip to main content
Module

x/fresh/src/server/deps.ts>dirname

The next-gen web framework.
Extremely Popular
Latest
function dirname
import { dirname } from "https://deno.land/x/fresh@1.6.8/src/server/deps.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string