@playlive/fundraiser-data
    Preparing search index...

    Function isDemoFundraisingEventId

    • Check whether the given ID matches the demo fundraising event.

      Overlays keyed off a bespoke DEMO_FUNDRAISING_EVENT_ID sentinel to short-circuit fetchTiltifyFundraisingEvent in demo mode. Now that the constant lives here, callers only need to consult this predicate — every fundraising-event fetcher path checks it automatically and routes through the DemoProvider when it matches.

      Parameters

      • id: string | null | undefined

      Returns boolean