BUPKIS
    Preparing search index...

    Variable SyncEsotericAssertionsConst

    SyncEsotericAssertions: readonly [
        AssertionStandardSchemaSync<
            readonly [readonly ["to have a null prototype", "to be a dictionary"]],
            ZodCustom<Record<PropertyKey, unknown>, Record<PropertyKey, unknown>>,
            never,
        >,
        AssertionFunctionSync<
            readonly ["to be frozen"],
            (
                subject: unknown,
            ) => { actual: boolean; expected: boolean; message: string } | undefined,
            never,
        >,
        AssertionFunctionSync<
            readonly [
                ZodUnion<readonly [ZodString, ZodNumber, ZodSymbol]>,
                "to be an enumerable property of",
                ZodNonOptional<ZodUnknown>,
            ],
            (
                subject: string | number | symbol,
                obj: unknown,
            ) => { actual: boolean; expected: boolean; message: string } | undefined,
            readonly [
                ZodUnion<readonly [ZodString, ZodNumber, ZodSymbol]>,
                PhraseLiteralSlot<"to be an enumerable property of">,
                ZodNonOptional<ZodUnknown>,
            ],
        >,
        AssertionFunctionSync<
            readonly [
                ZodNonOptional<ZodUnknown>,
                "to have enumerable property",
                ZodUnion<readonly [ZodString, ZodNumber, ZodSymbol]>,
            ],
            (
                _subject: unknown,
                key: string | number | symbol,
            ) => ZodCustom<unknown, unknown>,
            readonly [
                ZodNonOptional<ZodUnknown>,
                PhraseLiteralSlot<"to have enumerable property">,
                ZodUnion<readonly [ZodString, ZodNumber, ZodSymbol]>,
            ],
        >,
        AssertionStandardSchemaSync<readonly ["to be sealed"], ZodUnknown, never>,
        AssertionStandardSchemaSync<
            readonly ["to be extensible"],
            ZodUnknown,
            never,
        >,
    ] = ...

    Tuple of all built-in esoteric synchronous assertions.