function pathPosix.dirnameimport { pathPosix } from "https://deno.land/x/hex@0.5.15/src/web/deps.ts"; const { dirname } = pathPosix; dirname(path: string): stringReturn the directory path of a path. Parameterspath: stringto determine the directory path for Returnsstring