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