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