Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fastro/http/deps.ts>dirname

The web framework for full stack apps
Go to Latest
function dirname
import { dirname } from "https://deno.land/x/fastro@v0.79.3/http/deps.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string