Body, Mind & Soul — API Reference
    Preparing search index...
    scryCardOfValue: {
        configPartial: string;
        evaluate: (cond: any, __namedParameters: { hookArgs: any }) => boolean;
        hooks: string[];
    }

    True when a count comparison holds for cards of an exact numeric value. config = { val, op, count } e.g. "has at least 2 cards of value 7"

    Type Declaration

    • configPartial: string
    • evaluate: (cond: any, __namedParameters: { hookArgs: any }) => boolean
    • hooks: string[]