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