function joinimport { join } from "https://deno.land/std@0.218.0/path/windows/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