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

    Type Alias AllOf

    AllOf: readonly [
        operator: Operator,
        operand: Operand,
        rest: (Operator | Operand)[],
    ]

    A non-empty, flat sequence of predicates combined with AND.

    TypeScript cannot fully express the alternating operator and operand layout, so use validate for values received at runtime.