method Path.prototype.joinimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; join(...pathSegments: string[]): PathJoins the provided path segments onto this path. Parameters...pathSegments: string[]ReturnsPath