import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Get the first ancestor by syntax kind.
Type Parameters
TKind extends SyntaxKind
Parameters
kind: TKind
- Syntax kind.
Returns
KindToNodeMappings[TKind] | undefined
x/deno2node/src/deps.deno.ts>Node#getFirstAncestorByKind
import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Get the first ancestor by syntax kind.