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

    Type Alias Predicate

    Predicate:
        | readonly [
            operator: "="
            | "!="
            | "^="
            | "!^="
            | "$="
            | "!$="
            | "*="
            | "!*=",
            operand: string,
        ]
        | readonly [
            operator: ">"
            | "!>"
            | ">="
            | "!>="
            | "<"
            | "!<"
            | "<="
            | "!<=",
            operand: number,
        ]
        | readonly [
            operator: "#>"
            | "!#>"
            | "#>="
            | "!#>="
            | "#<"
            | "!#<"
            | "#<="
            | "!#<=",
            operand: number,
        ]

    An adjacent operator and operand pair within an AllOf.