function pathPosix.normalizeimport { pathPosix } from "https://deno.land/x/hex@0.5.15/src/web/deps.ts"; const { normalize } = pathPosix; normalize(path: string): stringNormalize the path, resolving '..' and '.' segments. Parameterspath: stringto be normalized Returnsstring