function dirnameimport { dirname } from "https://deno.land/x/netzo@0.5.14/deps/std/path/mod.ts"; dirname(path: string): stringReturn the directory path of a path. Parameterspath: string path to extract the directory from. Returnsstring