function path.dirnameimport { path } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; const { dirname } = path; dirname(path: string): stringReturn the directory path of a path. Parameterspath: string path to extract the directory from. Returnsstring