Skip to main content
Module

x/helmet/mod.ts>dirname

Type-safe Helm - the right way to do Infrastructure as Code in Kubernetes
Go to Latest
function dirname
Re-export
import { dirname } from "https://deno.land/x/helmet@1.27.2/mod.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string