Skip to main content
Module

x/aloedb/lib/utils.ts>getPathDirname

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function getPathDirname
import { getPathDirname } from "https://deno.land/x/aloedb@0.1.0/lib/utils.ts";

Get dirname from the path.

Parameters

path: string

Path to the file.

Returns

string

Dirname from the path.