import { Directory } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets a directory with the specified path or undefined if not found.
Gets a child directory by the specified condition or undefined if not found.
Parameters
condition: (directory: Directory) => boolean
- Condition to check the directory with.