UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

7 lines (6 loc) 176 B
import * as ts from "typescript"; /** * Gets if the kind is a string kind. * @param kind - Node kind. */ export declare function isStringKind(kind: ts.SyntaxKind): boolean;