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