import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the first ancestor that matches the provided condition or throws if not found.
Type Parameters
T extends Node
Gets the first ancestor that matches the provided condition or throws if not found.
Parameters
optional
condition: (node: Node) => boolean- Condition to match.