SonarJS linter helper functions
    Preparing search index...

    Function isIndexNotation

    • Checks if the node is of the form: foo["bar"]

      Parameters

      • node: Node

      Returns node is MemberExpression & { property: StringLiteral }