function joinPathimport { joinPath } from "https://dotland.deno.dev/x/postgres@v0.19.0/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