function pathPosix.joinimport { pathPosix } from "https://deno.land/x/hex@0.5.15/src/generator/deps.ts"; const { join } = pathPosix; join(...paths: string[]): stringJoin all given a sequence of paths,then normalizes the resulting path. Parameters...paths: string[]to be joined and normalized Returnsstring