import { Directory } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Checks if this directory is an ancestor of the provided directory.
Parameters
possibleDescendant: Directory | SourceFile
- Directory or source file that's a possible descendant.