SonarJS linter helper functions
    Preparing search index...

    Type Alias LoopLike

    LoopLike:
        | estree.WhileStatement
        | estree.DoWhileStatement
        | estree.ForStatement
        | estree.ForOfStatement
        | estree.ForInStatement