import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the first child by a condition or throws.
Parameters
optional
condition: (node: Node) => boolean- Condition.
x/deno2node/src/deps.deno.ts>Node#getFirstChildOrThrow
import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the first child by a condition or throws.