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