@strule/core - v0.0.1
    Preparing search index...

    Variable baseOperatorsConst

    baseOperators: readonly [
        "=",
        "^=",
        "$=",
        "*=",
        ">",
        ">=",
        "<",
        "<=",
        "#>",
        "#>=",
        "#<",
        "#<=",
    ] = ...

    The base operators defined by the Strule specification.