Skip to main content
Module

x/ts_morph/common/mod.ts>getSyntaxKindName

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
function getSyntaxKindName
import { getSyntaxKindName } from "https://deno.land/x/ts_morph@15.1.0/common/mod.ts";

Gets the enum name for the specified syntax kind.

Parameters

kind: ts.SyntaxKind
  • Syntax kind.

Returns

string