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