function joinimport { join } from "https://deno.land/x/deno@v2.0.4/tests/registry/jsr/@std/path/0.220.1/posix/join.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