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