import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the child at the specified index if it's the specified kind or throws an exception.
Type Parameters
TKind extends SyntaxKind
Parameters
kind: TKind
- Expected kind.