import { Node } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Returns if the node is the specified kind.
This is a type guard.
Type Parameters
TKind extends SyntaxKind
Parameters
kind: TKind
- Syntax kind.
Returns
this is KindToNodeMappings[TKind]