BUPKIS
    Preparing search index...

    Variable symbolAssertionConst

    symbolAssertion: AssertionStandardSchemaSync<
        readonly [readonly ["to be a symbol", "to be a Symbol"]],
        ZodSymbol,
        never,
    > = ...

    Asserts that the subject is a Symbol.

    expect(Symbol('test'), 'to be a symbol'); // passes
    expect('symbol', 'to be a symbol'); // fails