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

    Type Alias BetslipParseMeta

    @buzzr/dfs-engine — pure-functional DFS prop grading, payouts, and stat normalization for PrizePicks/Underdog-style contests.

    All exports are pure functions or types — no I/O, no React, no native deps. Feed it data, get grading decisions and payout math back.

    type BetslipParseMeta = {
        cacheHit: boolean;
        costEstimateMicros: number;
        modelUsed: string | null;
        providerPath: BetslipParseProvider[];
        reviewFlags: string[];
    }
    Index

    Properties

    cacheHit: boolean
    costEstimateMicros: number
    modelUsed: string | null
    providerPath: BetslipParseProvider[]
    reviewFlags: string[]