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

    Function isAbstractKeyword

    • Test if a node is an AbstractKeyword.

      Parameters

      • node: Node

      Returns node is AbstractKeyword

      Whether the given node appears to be an AbstractKeyword.

      declare const node: ts.Node;

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