import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the descendants that match a specified syntax kind.
Type Parameters
TKind extends SyntaxKind
Parameters
kind: TKind
- Kind to check.
x/deno2node/src/deps.deno.ts>Node#getDescendantsOfKind
import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the descendants that match a specified syntax kind.