BUPKIS
    Preparing search index...

    Variable valueToSchemaOptionsForDeepEqualConst

    valueToSchemaOptionsForDeepEqual: Readonly<
        {
            literalEmptyObjects: true;
            literalPrimitives: true;
            literalRegExp: true;
            literalTuples: true;
            strict: true;
        },
    > = ...

    Predefined options for valueToSchema optimized for deep equality checks.

    Uses literal primitives, regexp, and tuples with strict validation for exact matching.