function joinRe-exportimport { join } from "https://deno.land/x/proc@0.22.1/site/scripts/deps/path.ts"; join(...paths: string[]): stringJoin all given a sequence of paths,then normalizes the resulting path. Parameters...paths: string[]to be joined and normalized Returnsstring