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