@buzzr/dfs-engine
    Preparing search index...

    Type Alias StatAdapter

    StatAdapter: (
        entry: PlayerGameLogEntryShape,
        app: DfsApp,
        opts?: StatAdapterOptions,
    ) => number | null

    Adapter receives the gamelog entry, the slip's source app, and an optional opts bag. Adapters are pure: same inputs → same output.

    Type Declaration