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