Skip to main content
Module

x/fastro/http/deps.ts>dirname

Fast and simple web application framework for deno
Go to Latest
function dirname
import { dirname } from "https://deno.land/x/fastro@v0.83.5/http/deps.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string