Buzzr Sports Engine API
    Preparing search index...
    type RankGamesOptions = {
        limit?: number;
        now?: number | Date;
    }
    Index

    Properties

    Properties

    limit?: number

    Return only the top N entries.

    now?: number | Date

    Reference clock for base-score estimation; defaults to Date.now().