method Path.prototype.parentimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; parent(): Path | undefinedGets the parent directory or returns undefined if the parent is the root directory. ReturnsPath | undefined