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

    Function isPropertyAccessEntityNameExpression

    • Test if a node is a PropertyAccessEntityNameExpression.

      Parameters

      • node: Node

      Returns node is PropertyAccessEntityNameExpression

      Whether the given node appears to be a PropertyAccessEntityNameExpression.

      declare const node: ts.Node;

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