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