function joinimport { join } from "https://dotland.deno.dev/std@0.116.0/path/posix.ts"; join(...paths: string[]): stringJoin all given a sequence of paths,then normalizes the resulting path. Join all given a sequence of paths,then normalizes the resulting path. Parameters...paths: string[]to be joined and normalized Returnsstring