function dirnameimport { dirname } from "https://dotland.deno.dev/std@0.116.0/path/posix.ts"; dirname(path: string): stringReturn the directory name of a path. Return the directory name of a path. Parameterspath: stringto determine name for Returnsstring