Buzzr Sports Engine API
    Preparing search index...

    Type Alias EntertainmentEngineModule

    The slice of @buzzr/entertainment-engine this module consumes. The v5 recommendation exports (rankGamesForUser / explainRecommendation) are feature-detected at call time so this package degrades gracefully when running against a pre-v5 build of the engine.

    type EntertainmentEngineModule = {
        explainRecommendation?: unknown;
        predictGameWithDiagnostics: typeof predictGameWithDiagnostics;
        rankGamesForUser?: unknown;
        resolveBuzzScores: typeof resolveBuzzScores;
    }
    Index

    Properties

    explainRecommendation?: unknown
    predictGameWithDiagnostics: typeof predictGameWithDiagnostics
    rankGamesForUser?: unknown
    resolveBuzzScores: typeof resolveBuzzScores