@cruglobal/js-hcl2 - v0.1.1
    Preparing search index...

    Type Alias ExprNodeKind

    ExprNodeKind:
        | "Literal"
        | "Template"
        | "Tuple"
        | "Object"
        | "ObjectItem"
        | "Variable"
        | "Traversal"
        | "Splat"
        | "Call"
        | "For"
        | "Conditional"
        | "BinaryOp"
        | "UnaryOp"
        | "Parens"
        | "ErrorExpr"