function joinPathimport { joinPath } from "https://deno.land/x/postgres@v0.17.2/tests/test_deps.ts"; joinPath(...paths: string[]): stringJoin all given a sequence of paths,then normalizes the resulting path. Parameters...paths: string[]to be joined and normalized Returnsstring