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