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