function normalizeimport { normalize } from "https://dotland.deno.dev/std@0.110.0/path/posix.ts"; normalize(path: string): stringNormalize the path, resolving '..' and '.' segments. Normalize the path, resolving '..' and '.' segments. Parameterspath: stringto be normalized Returnsstring