BUPKIS
    Preparing search index...

    Variable undefinedAssertionConst

    undefinedAssertion: AssertionStandardSchemaSync<
        readonly ["to be undefined"],
        ZodUndefined,
        never,
    > = ...

    Asserts that the subject is undefined.

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