UNPKG

@cloudbet/market-helper

Version:

SDK to generate localized sport market information

8 lines (7 loc) 536 B
import { MarketData } from './api-data-types'; import { ReturnValue } from './common/types'; import { RawLine } from './sdk-api-types'; import { MarketType } from './sports-core/sports-core-types'; /** @file exposed functions that are not considered part of the public api for internal purposes. Use at own risk. */ export declare function getRawLines(marketData: MarketData, marketType: MarketType, submarketKey: string): ReturnValue<RawLine[]>; export { isMarketTotals, isMarketHandicap, isMarketCorrectScore, } from './marketUtils';