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