Skip to main content
Module

x/esbuild_deno_loader/deps.ts>dirname

Deno module resolution for `esbuild`
Latest
function dirname
import { dirname } from "https://deno.land/x/esbuild_deno_loader@0.9.0/deps.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string