SonarJS linter helper functions
    Preparing search index...

    Function isDotNotation

    • Checks if the node is of the form: foo.bar

      Parameters

      • node: Node

      Returns node is MemberExpression & { property: Identifier }