function joinimport { join } from "https://deno.land/x/molt@0.17.2/lib/std/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