method Path.prototype.ancestorsimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; ancestors(): Generator<Path>Resolves the path getting all its ancestor directories in order. ReturnsGenerator<Path>