BUPKIS
    Preparing search index...

    Variable nullAssertionConst

    nullAssertion: AssertionStandardSchemaSync<
        readonly ["to be null"],
        ZodNull,
        never,
    > = ...

    Asserts that the subject is null.

    expect(null, 'to be null'); // passes
    expect(undefined, 'to be null'); // fails