function posixPathJoinimport { posixPathJoin } from "https://deno.land/x/packup@v0.2.3/deps.ts"; posixPathJoin(...paths: string[]): stringJoin all given a sequence of paths,then normalizes the resulting path. Parameters...paths: string[]to be joined and normalized Returnsstring