ts-api-utils - v3.0.0-rc.1
    Preparing search index...

    Function isInKeyword

    • Test if a node is an InKeyword.

      Parameters

      • node: Node

      Returns node is InKeyword

      Whether the given node appears to be an InKeyword.

      declare const node: ts.Node;

      if (isInKeyword(node)) {
      // ...
      }