@playlive/tiltify-search
    Preparing search index...

    Class TiltifyFlags

    Client for https://flags.tiltify.com/flags, the feature-flag endpoint the Tiltify marketing site polls on every page load. Returns the raw JSON list, which is empty ([]) for anonymous users and populated for sessions with server-driven flags. Useful for parity with what the live site sees.

    import { TiltifyFlags } from "@playlive/tiltify-search/flags";

    const flags = await new TiltifyFlags().getFlags();
    console.log(flags); // [] for anonymous callers
    Index
    fetchImpl: typeof fetch
    url: string